Html Css Color HEX #07CBDB Dark Turquoise

📋 copy color: '#07CBDB'

red 7 ◦ green 203 ◦ blue 219

#07CBDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Turquoise #07CBDB

Tints of Dark Turquoise #07CBDB

RGB

 RED value IS 7 (3.13% from 255) = 1.63%

 GREEN value IS 203 (79.69% from 255) = 47.32%

 BLUE value IS 219 (85.94% from 255) = 51.05%

R = 1.63%
G = 47.32%
B = 51.05%

CMYK

 C value IS 0.97

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#07CBDB (or 0x07CBDB) is known color: Dark Turquoise. HEX triplet: 07, CB and DB. RGB value is (7,203,219). Sum of RGB (Red+Green+Blue) = 7+203+219=429 (56% of max value = 765). Red value is 7 (3.12% from 255 or 1.63% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #07CBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CBDB is #F83424. Grayscale: #919191. Windows color (decimal): -16266277 or 14404359. OLE color: 14404359.

HSL color Cylindrical-coordinate representation of color #07CBDB: hue angle of 184.53º 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 #07CBDB is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 7 203 219 -
CMYK 0.97 0.07 0 0.14
HSL 184.53º 0.94% 0.44% -
HSV(B) 184.53º 0.97% 0.86% -
XYZ 34.23 47.87 74.45 -
YUV 146.22 169.07 28.7 -
System Red Green Blue C M Y K H S L
Decimal 7 203 219 0.97 0.07 0 0.14 184.53 0.94 0.44
Hex 7 CB DB 61 7 0 E B9 5E 2C
Octal 7 313 333 141 7 0 16 271 136 54
Binary 111 11001011 11011011 1100001 111 0 1110 10111001 1011110 101100

Color Harmonies of #07CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CBDB

Black with #07CBDB

Text Example


Text Example

White with #07CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #07CBDB;
 }
 .AnyTagClassName
 {
   color: #07CBDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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