Html Css Color HEX #03CFDF Dark Turquoise

📋 copy color: '#03CFDF'

red 3 ◦ green 207 ◦ blue 223

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

Shades of Dark Turquoise #03CFDF

Tints of Dark Turquoise #03CFDF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.81%

 BLUE value IS 223 (87.5% from 255) = 51.5%

R = 0.69%
G = 47.81%
B = 51.5%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#03CFDF (or 0x03CFDF) is known color: Dark Turquoise. HEX triplet: 03, CF and DF. RGB value is (3,207,223). Sum of RGB (Red+Green+Blue) = 3+207+223=433 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #03CFDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03CFDF is #FC3020. Grayscale: #939393. Windows color (decimal): -16527393 or 14667523. OLE color: 14667523.

HSL color Cylindrical-coordinate representation of color #03CFDF: hue angle of 184.36º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CFDF is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 207 223 -
CMYK 0.99 0.07 0 0.13
HSL 184.36º 0.97% 0.44% -
HSV(B) 184.36º 0.99% 0.87% -
XYZ 35.67 49.97 77.58 -
YUV 147.83 170.41 24.7 -
System Red Green Blue C M Y K H S L
Decimal 3 207 223 0.99 0.07 0 0.13 184.36 0.97 0.44
Hex 3 CF DF 63 7 0 D B8 61 2C
Octal 3 317 337 143 7 0 15 270 141 54
Binary 11 11001111 11011111 1100011 111 0 1101 10111000 1100001 101100

Color Harmonies of #03CFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CFDF

Black with #03CFDF

Text Example


Text Example

White with #03CFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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