Html Css Color HEX #1EECF9 Bright Turquoise

📋 copy color: '#1EECF9'

red 30 ◦ green 236 ◦ blue 249

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

Shades of Bright Turquoise #1EECF9

Tints of Bright Turquoise #1EECF9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.83%

 BLUE value IS 249 (97.66% from 255) = 48.35%

R = 5.83%
G = 45.83%
B = 48.35%

CMYK

 C value IS 0.88

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1EECF9 (or 0x1EECF9) is known color: Bright Turquoise. HEX triplet: 1E, EC and F9. RGB value is (30,236,249). Sum of RGB (Red+Green+Blue) = 30+236+249=515 (68% of max value = 765). Red value is 30 (12.11% from 255 or 5.83% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 249 (97.66% from 255 or 48.35% from 515); Max value from RGB is 249 - color contains mainly: blue. Hex color #1EECF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EECF9 is #E11306. Grayscale: #AFAFAF. Windows color (decimal): -14750471 or 16378910. OLE color: 16378910.

HSL color Cylindrical-coordinate representation of color #1EECF9: hue angle of 183.56º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EECF9 is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 30 236 249 -
CMYK 0.88 0.05 0 0.02
HSL 183.56º 0.95% 0.55% -
HSV(B) 183.56º 0.88% 0.98% -
XYZ 47.63 67.11 100.07 -
YUV 175.89 169.25 23.94 -
System Red Green Blue C M Y K H S L
Decimal 30 236 249 0.88 0.05 0 0.02 183.56 0.95 0.55
Hex 1E EC F9 58 5 0 2 B8 5F 37
Octal 36 354 371 130 5 0 2 270 137 67
Binary 11110 11101100 11111001 1011000 101 0 10 10111000 1011111 110111

Color Harmonies of #1EECF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EECF9

Black with #1EECF9

Text Example


Text Example

White with #1EECF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,236,249); }

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

background-color css

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

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

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

border-color css

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

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

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