Html Css Color HEX #1EDBEF Bright Turquoise

📋 copy color: '#1EDBEF'

red 30 ◦ green 219 ◦ blue 239

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

Shades of Bright Turquoise #1EDBEF

Tints of Bright Turquoise #1EDBEF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.88%

 BLUE value IS 239 (93.75% from 255) = 48.98%

R = 6.15%
G = 44.88%
B = 48.98%

CMYK

 C value IS 0.87

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1EDBEF (or 0x1EDBEF) is known color: Bright Turquoise. HEX triplet: 1E, DB and EF. RGB value is (30,219,239). Sum of RGB (Red+Green+Blue) = 30+219+239=488 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.15% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #1EDBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EDBEF is #E12410. Grayscale: #A4A4A4. Windows color (decimal): -14754833 or 15719198. OLE color: 15719198.

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

Color convert

RGB 30 219 239 -
CMYK 0.87 0.08 0 0.06
HSL 185.74º 0.87% 0.53% -
HSV(B) 185.74º 0.87% 0.94% -
XYZ 41.45 57.17 90.51 -
YUV 164.77 169.88 31.87 -
System Red Green Blue C M Y K H S L
Decimal 30 219 239 0.87 0.08 0 0.06 185.74 0.87 0.53
Hex 1E DB EF 57 8 0 6 BA 57 35
Octal 36 333 357 127 10 0 6 272 127 65
Binary 11110 11011011 11101111 1010111 1000 0 110 10111010 1010111 110101

Color Harmonies of #1EDBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDBEF

Black with #1EDBEF

Text Example


Text Example

White with #1EDBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,219,239); }

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

background-color css

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

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

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

border-color css

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

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

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