#07DADB

Color #07DADB Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #07DADB

Tints of Bright Turquoise #07DADB

Color information

#07DADB (or 0x07DADB) is unknown color: approx Bright Turquoise. HEX triplet: 07, DA and DB. RGB value is (7,218,219). Sum of RGB (Red+Green+Blue) = 7+218+219=444 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.58% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #07DADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07DADB is #F82524. Grayscale: #9A9A9A. Windows color (decimal): -16262437 or 14408199. OLE color: 14408199.

HSL color Cylindrical-coordinate representation of color #07DADB: hue angle of 180.28º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DADB is Cyan = 0.97, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7218219-
CMYK0.970.0000.14
HSL180.28º93.81%44.31%-
HSV(B)180.28º96.8%85.88%-
XYZ37.9555.375.69-
YUV155.02164.122.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 1.58%
GREEN value IS 218 (85.55% from 255) = 49.10%
BLUE value IS 219 (85.94% from 255) = 49.32%
R=1.58%
G=49.10%
B=49.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal72182190.970.0000.14180.2893.8144.31
Hex7DADB6100Eb45e2c
Octal7332333141001626413654
Binary11111011010110110111100001001110101101001011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07DADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07DADB; }

 p { color: rgb(7,218,219); }

 H1.HeaderClassName
 {
   color: #07DADB;
 }
 .AnyTagClassName
 {
   color: #07DADB;
 }
</style>
background-color css

<style>
 a { background-color: #07DADB; }

 a { background-color: rgb(7,218,219); }

 div.DivClassName
 {
   background-color: #07DADB;
 }
 .BgClassName
 {
   background-color: #07DADB;
 }
</style>
border-color css

<style>
 span { border-color: #07DADB; }

 span { border-color: rgb(7,218,219); }

 td.TdClassName
 {
   border-color: #07DADB;
 }
 .TagClassName
 {
   border-color: #07DADB;
 }
</style>