Html Css Color HEX #07CBE1 Dark Turquoise

📋 copy color: '#07CBE1'

red 7 ◦ green 203 ◦ blue 225

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

Shades of Dark Turquoise #07CBE1

Tints of Dark Turquoise #07CBE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 51.72%

R = 1.61%
G = 46.67%
B = 51.72%

CMYK

 C value IS 0.97

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#07CBE1 (or 0x07CBE1) is known color: Dark Turquoise. HEX triplet: 07, CB and E1. RGB value is (7,203,225). Sum of RGB (Red+Green+Blue) = 7+203+225=435 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.61% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 225 (88.28% from 255 or 51.72% from 435); Max value from RGB is 225 - color contains mainly: blue. Hex color #07CBE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CBE1 is #F8341E. Grayscale: #929292. Windows color (decimal): -16266271 or 14797575. OLE color: 14797575.

HSL color Cylindrical-coordinate representation of color #07CBE1: hue angle of 186.06º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CBE1 is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 7 203 225 -
CMYK 0.97 0.10 0 0.12
HSL 186.06º 0.94% 0.45% -
HSV(B) 186.06º 0.97% 0.88% -
XYZ 35.03 48.19 78.69 -
YUV 146.9 172.07 28.21 -
System Red Green Blue C M Y K H S L
Decimal 7 203 225 0.97 0.10 0 0.12 186.06 0.94 0.45
Hex 7 CB E1 61 A 0 C BA 5E 2D
Octal 7 313 341 141 12 0 14 272 136 55
Binary 111 11001011 11100001 1100001 1010 0 1100 10111010 1011110 101101

Color Harmonies of #07CBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CBE1

Black with #07CBE1

Text Example


Text Example

White with #07CBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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