Html Css Color HEX #03CDDF Dark Turquoise

📋 copy color: '#03CDDF'

red 3 ◦ green 205 ◦ blue 223

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

Shades of Dark Turquoise #03CDDF

Tints of Dark Turquoise #03CDDF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.56%

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

R = 0.7%
G = 47.56%
B = 51.74%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#03CDDF (or 0x03CDDF) is known color: Dark Turquoise. HEX triplet: 03, CD and DF. RGB value is (3,205,223). Sum of RGB (Red+Green+Blue) = 3+205+223=431 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 431); Green value is 205 (80.47% from 255 or 47.56% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #03CDDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03CDDF is #FC3220. Grayscale: #929292. Windows color (decimal): -16527905 or 14667011. OLE color: 14667011.

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

Color convert

RGB 3 205 223 -
CMYK 0.99 0.08 0 0.13
HSL 184.91º 0.97% 0.44% -
HSV(B) 184.91º 0.99% 0.87% -
XYZ 35.19 49.01 77.42 -
YUV 146.65 171.08 25.54 -
System Red Green Blue C M Y K H S L
Decimal 3 205 223 0.99 0.08 0 0.13 184.91 0.97 0.44
Hex 3 CD DF 63 8 0 D B9 61 2C
Octal 3 315 337 143 10 0 15 271 141 54
Binary 11 11001101 11011111 1100011 1000 0 1101 10111001 1100001 101100

Color Harmonies of #03CDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CDDF

Black with #03CDDF

Text Example


Text Example

White with #03CDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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