Html Css Color HEX #1EDEEB Bright Turquoise

📋 copy color: '#1EDEEB'

red 30 ◦ green 222 ◦ blue 235

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

Shades of Bright Turquoise #1EDEEB

Tints of Bright Turquoise #1EDEEB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.59%

 BLUE value IS 235 (92.19% from 255) = 48.25%

R = 6.16%
G = 45.59%
B = 48.25%

CMYK

 C value IS 0.87

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1EDEEB (or 0x1EDEEB) is known color: Bright Turquoise. HEX triplet: 1E, DE and EB. RGB value is (30,222,235). Sum of RGB (Red+Green+Blue) = 30+222+235=487 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.16% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #1EDEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EDEEB is #E12114. Grayscale: #A5A5A5. Windows color (decimal): -14754069 or 15457822. OLE color: 15457822.

HSL color Cylindrical-coordinate representation of color #1EDEEB: hue angle of 183.8º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EDEEB is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 30 222 235 -
CMYK 0.87 0.06 0 0.08
HSL 183.8º 0.84% 0.52% -
HSV(B) 183.8º 0.87% 0.92% -
XYZ 41.65 58.52 87.7 -
YUV 166.07 166.89 30.94 -
System Red Green Blue C M Y K H S L
Decimal 30 222 235 0.87 0.06 0 0.08 183.8 0.84 0.52
Hex 1E DE EB 57 6 0 8 B8 54 34
Octal 36 336 353 127 6 0 10 270 124 64
Binary 11110 11011110 11101011 1010111 110 0 1000 10111000 1010100 110100

Color Harmonies of #1EDEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDEEB

Black with #1EDEEB

Text Example


Text Example

White with #1EDEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,222,235); }

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

background-color css

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

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

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

border-color css

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

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

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