Html Css Color HEX #03CCCF Dark Turquoise

📋 copy color: '#03CCCF'

red 3 ◦ green 204 ◦ blue 207

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

Shades of Dark Turquoise #03CCCF

Tints of Dark Turquoise #03CCCF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.28%

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

R = 0.72%
G = 49.28%
B = 50%

CMYK

 C value IS 0.99

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#03CCCF (or 0x03CCCF) is known color: Dark Turquoise. HEX triplet: 03, CC and CF. RGB value is (3,204,207). Sum of RGB (Red+Green+Blue) = 3+204+207=414 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #03CCCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03CCCF is #FC3330. Grayscale: #909090. Windows color (decimal): -16528177 or 13618179. OLE color: 13618179.

HSL color Cylindrical-coordinate representation of color #03CCCF: hue angle of 180.88º 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 #03CCCF is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 3 204 207 -
CMYK 0.99 0.01 0 0.19
HSL 180.88º 0.97% 0.41% -
HSV(B) 180.88º 0.99% 0.81% -
XYZ 32.89 47.71 66.51 -
YUV 144.24 163.41 27.26 -
System Red Green Blue C M Y K H S L
Decimal 3 204 207 0.99 0.01 0 0.19 180.88 0.97 0.41
Hex 3 CC CF 63 1 0 13 B5 61 29
Octal 3 314 317 143 1 0 23 265 141 51
Binary 11 11001100 11001111 1100011 1 0 10011 10110101 1100001 101001

Color Harmonies of #03CCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CCCF

Black with #03CCCF

Text Example


Text Example

White with #03CCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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