Html Css Color HEX #04ECCB Bright Turquoise

📋 copy color: '#04ECCB'

red 4 ◦ green 236 ◦ blue 203

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

Shades of Bright Turquoise #04ECCB

Tints of Bright Turquoise #04ECCB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 53.27%

 BLUE value IS 203 (79.69% from 255) = 45.82%

R = 0.9%
G = 53.27%
B = 45.82%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#04ECCB (or 0x04ECCB) is known color: Bright Turquoise. HEX triplet: 04, EC and CB. RGB value is (4,236,203). Sum of RGB (Red+Green+Blue) = 4+236+203=443 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 443); Green value is 236 (92.58% from 255 or 53.27% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 236 - color contains mainly: green. Hex color #04ECCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04ECCB is #FB1334. Grayscale: #A2A2A2. Windows color (decimal): -16454453 or 13364228. OLE color: 13364228.

HSL color Cylindrical-coordinate representation of color #04ECCB: hue angle of 171.47º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04ECCB is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 236 203 -
CMYK 0.98 0 0.14 0.07
HSL 171.47º 0.97% 0.47% -
HSV(B) 171.47º 0.98% 0.93% -
XYZ 40.83 64.33 66.76 -
YUV 162.87 150.64 14.68 -
System Red Green Blue C M Y K H S L
Decimal 4 236 203 0.98 0 0.14 0.07 171.47 0.97 0.47
Hex 4 EC CB 62 0 E 7 AB 61 2F
Octal 4 354 313 142 0 16 7 253 141 57
Binary 100 11101100 11001011 1100010 0 1110 111 10101011 1100001 101111

Color Harmonies of #04ECCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04ECCB

Black with #04ECCB

Text Example


Text Example

White with #04ECCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,236,203); }

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

background-color css

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

 a { background-color: rgb(4,236,203); }

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

border-color css

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

 span { border-color: rgb(4,236,203); }

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