Html Css Color HEX #04EFCB Bright Turquoise

📋 copy color: '#04EFCB'

red 4 ◦ green 239 ◦ blue 203

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

Shades of Bright Turquoise #04EFCB

Tints of Bright Turquoise #04EFCB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 53.59%

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

R = 0.9%
G = 53.59%
B = 45.52%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#04EFCB (or 0x04EFCB) is known color: Bright Turquoise. HEX triplet: 04, EF and CB. RGB value is (4,239,203). Sum of RGB (Red+Green+Blue) = 4+239+203=446 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 446); Green value is 239 (93.75% from 255 or 53.59% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 239 - color contains mainly: green. Hex color #04EFCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04EFCB is #FB1034. Grayscale: #A4A4A4. Windows color (decimal): -16453685 or 13364996. OLE color: 13364996.

HSL color Cylindrical-coordinate representation of color #04EFCB: hue angle of 170.81º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04EFCB is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 4 239 203 -
CMYK 0.98 0 0.15 0.06
HSL 170.81º 0.97% 0.48% -
HSV(B) 170.81º 0.98% 0.94% -
XYZ 41.7 66.07 67.06 -
YUV 164.63 149.64 13.43 -
System Red Green Blue C M Y K H S L
Decimal 4 239 203 0.98 0 0.15 0.06 170.81 0.97 0.48
Hex 4 EF CB 62 0 F 6 AB 61 30
Octal 4 357 313 142 0 17 6 253 141 60
Binary 100 11101111 11001011 1100010 0 1111 110 10101011 1100001 110000

Color Harmonies of #04EFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04EFCB

Black with #04EFCB

Text Example


Text Example

White with #04EFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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