Html Css Color HEX #03CECF Dark Turquoise

📋 copy color: '#03CECF'

red 3 ◦ green 206 ◦ blue 207

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

Shades of Dark Turquoise #03CECF

Tints of Dark Turquoise #03CECF

RGB

 RED value IS 3 (1.56% from 255) = 0.72%

 GREEN value IS 206 (80.86% from 255) = 49.52%

 BLUE value IS 207 (81.25% from 255) = 49.76%

R = 0.72%
G = 49.52%
B = 49.76%

CMYK

 C value IS 0.99

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#03CECF (or 0x03CECF) is known color: Dark Turquoise. HEX triplet: 03, CE and CF. RGB value is (3,206,207). Sum of RGB (Red+Green+Blue) = 3+206+207=416 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 416); Green value is 206 (80.86% from 255 or 49.52% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #03CECF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03CECF is #FC3130. Grayscale: #919191. Windows color (decimal): -16527665 or 13618691. OLE color: 13618691.

HSL color Cylindrical-coordinate representation of color #03CECF: hue angle of 180.29º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CECF is Cyan = 0.99, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 3 206 207 -
CMYK 0.99 0.00 0 0.19
HSL 180.29º 0.97% 0.41% -
HSV(B) 180.29º 0.99% 0.81% -
XYZ 33.37 48.67 66.67 -
YUV 145.42 162.75 26.42 -
System Red Green Blue C M Y K H S L
Decimal 3 206 207 0.99 0.00 0 0.19 180.29 0.97 0.41
Hex 3 CE CF 63 0 0 13 B4 61 29
Octal 3 316 317 143 0 0 23 264 141 51
Binary 11 11001110 11001111 1100011 0 0 10011 10110100 1100001 101001

Color Harmonies of #03CECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CECF

Black with #03CECF

Text Example


Text Example

White with #03CECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03CECF; }

 p { color: rgb(3,206,207); }

 H1.HeaderClassName
 {
   color: #03CECF;
 }
 .AnyTagClassName
 {
   color: #03CECF;
 }
</style>

background-color css

<style>
 a { background-color: #03CECF; }

 a { background-color: rgb(3,206,207); }

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

border-color css

<style>
 span { border-color: #03CECF; }

 span { border-color: rgb(3,206,207); }

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