Html Css Color HEX #1EE0FF Bright Turquoise

📋 copy color: '#1EE0FF'

red 30 ◦ green 224 ◦ blue 255

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

Shades of Bright Turquoise #1EE0FF

Tints of Bright Turquoise #1EE0FF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.01%

 BLUE value IS 255 (100% from 255) = 50.1%

R = 5.89%
G = 44.01%
B = 50.1%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1EE0FF (or 0x1EE0FF) is known color: Bright Turquoise. HEX triplet: 1E, E0 and FF. RGB value is (30,224,255). Sum of RGB (Red+Green+Blue) = 30+224+255=509 (67% of max value = 765). Red value is 30 (12.11% from 255 or 5.89% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #1EE0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EE0FF is #E11F00. Grayscale: #A9A9A9. Windows color (decimal): -14753537 or 16769054. OLE color: 16769054.

HSL color Cylindrical-coordinate representation of color #1EE0FF: hue angle of 188.27º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EE0FF is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 30 224 255 -
CMYK 0.88 0.12 0 0
HSL 188.27º 1% 0.56% -
HSV(B) 188.27º 0.88% 1% -
XYZ 45.24 60.81 103.96 -
YUV 169.53 176.23 28.48 -
System Red Green Blue C M Y K H S L
Decimal 30 224 255 0.88 0.12 0 0 188.27 1 0.56
Hex 1E E0 FF 58 C 0 0 BC 64 38
Octal 36 340 377 130 14 0 0 274 144 70
Binary 11110 11100000 11111111 1011000 1100 0 0 10111100 1100100 111000

Color Harmonies of #1EE0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EE0FF

Black with #1EE0FF

Text Example


Text Example

White with #1EE0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,224,255); }

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

background-color css

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

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

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

border-color css

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

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

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