Html Css Color HEX #04EDED Bright Turquoise

📋 copy color: '#04EDED'

red 4 ◦ green 237 ◦ blue 237

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

Shades of Bright Turquoise #04EDED

Tints of Bright Turquoise #04EDED

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.58%

 BLUE value IS 237 (92.97% from 255) = 49.58%

R = 0.84%
G = 49.58%
B = 49.58%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#04EDED (or 0x04EDED) is known color: Bright Turquoise. HEX triplet: 04, ED and ED. RGB value is (4,237,237). Sum of RGB (Red+Green+Blue) = 4+237+237=478 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 478); Green value is 237 (92.97% from 255 or 49.58% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #04EDED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04EDED is #FB1212. Grayscale: #A7A7A7. Windows color (decimal): -16454163 or 15592708. OLE color: 15592708.

HSL color Cylindrical-coordinate representation of color #04EDED: hue angle of 180º 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 #04EDED is Cyan = 0.98, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 237 237 -
CMYK 0.98 0 0 0.07
HSL 180º 0.97% 0.47% -
HSV(B) 180º 0.98% 0.93% -
XYZ 45.62 66.71 90.59 -
YUV 167.33 167.31 11.5 -
System Red Green Blue C M Y K H S L
Decimal 4 237 237 0.98 0 0 0.07 180 0.97 0.47
Hex 4 ED ED 62 0 0 7 B4 61 2F
Octal 4 355 355 142 0 0 7 264 141 57
Binary 100 11101101 11101101 1100010 0 0 111 10110100 1100001 101111

Color Harmonies of #04EDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04EDED

Black with #04EDED

Text Example


Text Example

White with #04EDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,237,237); }

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

background-color css

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

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

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

border-color css

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

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

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