Html Css Color HEX #1EDBEE Bright Turquoise

📋 copy color: '#1EDBEE'

red 30 ◦ green 219 ◦ blue 238

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

Shades of Bright Turquoise #1EDBEE

Tints of Bright Turquoise #1EDBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.87%

R = 6.16%
G = 44.97%
B = 48.87%

CMYK

 C value IS 0.87

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1EDBEE (or 0x1EDBEE) is known color: Bright Turquoise. HEX triplet: 1E, DB and EE. RGB value is (30,219,238). Sum of RGB (Red+Green+Blue) = 30+219+238=487 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.16% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #1EDBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EDBEE is #E12411. Grayscale: #A4A4A4. Windows color (decimal): -14754834 or 15653662. OLE color: 15653662.

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

Color convert

RGB 30 219 238 -
CMYK 0.87 0.08 0 0.07
HSL 185.48º 0.86% 0.53% -
HSV(B) 185.48º 0.87% 0.93% -
XYZ 41.3 57.11 89.74 -
YUV 164.66 169.38 31.96 -
System Red Green Blue C M Y K H S L
Decimal 30 219 238 0.87 0.08 0 0.07 185.48 0.86 0.53
Hex 1E DB EE 57 8 0 7 B9 56 35
Octal 36 333 356 127 10 0 7 271 126 65
Binary 11110 11011011 11101110 1010111 1000 0 111 10111001 1010110 110101

Color Harmonies of #1EDBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDBEE

Black with #1EDBEE

Text Example


Text Example

White with #1EDBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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