Html Css Color HEX #1EEDED Bright Turquoise

📋 copy color: '#1EEDED'

red 30 ◦ green 237 ◦ blue 237

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

Shades of Bright Turquoise #1EEDED

Tints of Bright Turquoise #1EEDED

RGB

 RED value IS 30 (12.11% from 255) = 5.95%

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

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

R = 5.95%
G = 47.02%
B = 47.02%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1EEDED (or 0x1EEDED) is known color: Bright Turquoise. HEX triplet: 1E, ED and ED. RGB value is (30,237,237). Sum of RGB (Red+Green+Blue) = 30+237+237=504 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.95% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #1EEDED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EEDED is #E11212. Grayscale: #AEAEAE. Windows color (decimal): -14750227 or 15592734. OLE color: 15592734.

HSL color Cylindrical-coordinate representation of color #1EEDED: hue angle of 180º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEDED is Cyan = 0.87, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 30 237 237 -
CMYK 0.87 0 0 0.07
HSL 180º 0.85% 0.52% -
HSV(B) 180º 0.87% 0.93% -
XYZ 46.11 66.96 90.62 -
YUV 175.11 162.92 24.5 -
System Red Green Blue C M Y K H S L
Decimal 30 237 237 0.87 0 0 0.07 180 0.85 0.52
Hex 1E ED ED 57 0 0 7 B4 55 34
Octal 36 355 355 127 0 0 7 264 125 64
Binary 11110 11101101 11101101 1010111 0 0 111 10110100 1010101 110100

Color Harmonies of #1EEDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EEDED

Black with #1EEDED

Text Example


Text Example

White with #1EEDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1EEDED; }

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

 H1.HeaderClassName
 {
   color: #1EEDED;
 }
 .AnyTagClassName
 {
   color: #1EEDED;
 }
</style>

background-color css

<style>
 a { background-color: #1EEDED; }

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

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

border-color css

<style>
 span { border-color: #1EEDED; }

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

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