Html Css Color HEX #04C3DF Dark Turquoise

📋 copy color: '#04C3DF'

red 4 ◦ green 195 ◦ blue 223

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

Shades of Dark Turquoise #04C3DF

Tints of Dark Turquoise #04C3DF

RGB

 RED value IS 4 (1.95% from 255) = 0.95%

 GREEN value IS 195 (76.56% from 255) = 46.21%

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

R = 0.95%
G = 46.21%
B = 52.84%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#04C3DF (or 0x04C3DF) is known color: Dark Turquoise. HEX triplet: 04, C3 and DF. RGB value is (4,195,223). Sum of RGB (Red+Green+Blue) = 4+195+223=422 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.95% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #04C3DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04C3DF is #FB3C20. Grayscale: #8C8C8C. Windows color (decimal): -16464929 or 14664452. OLE color: 14664452.

HSL color Cylindrical-coordinate representation of color #04C3DF: hue angle of 187.67º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C3DF is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 195 223 -
CMYK 0.98 0.13 0 0.13
HSL 187.67º 0.96% 0.45% -
HSV(B) 187.67º 0.98% 0.87% -
XYZ 32.88 44.38 76.65 -
YUV 141.08 174.22 30.22 -
System Red Green Blue C M Y K H S L
Decimal 4 195 223 0.98 0.13 0 0.13 187.67 0.96 0.45
Hex 4 C3 DF 62 D 0 D BC 60 2D
Octal 4 303 337 142 15 0 15 274 140 55
Binary 100 11000011 11011111 1100010 1101 0 1101 10111100 1100000 101101

Color Harmonies of #04C3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C3DF

Black with #04C3DF

Text Example


Text Example

White with #04C3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04C3DF; }

 p { color: rgb(4,195,223); }

 H1.HeaderClassName
 {
   color: #04C3DF;
 }
 .AnyTagClassName
 {
   color: #04C3DF;
 }
</style>

background-color css

<style>
 a { background-color: #04C3DF; }

 a { background-color: rgb(4,195,223); }

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

border-color css

<style>
 span { border-color: #04C3DF; }

 span { border-color: rgb(4,195,223); }

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