Html Css Color HEX #1EE3EE Bright Turquoise

📋 copy color: '#1EE3EE'

red 30 ◦ green 227 ◦ blue 238

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

Shades of Bright Turquoise #1EE3EE

Tints of Bright Turquoise #1EE3EE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.86%

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

R = 6.06%
G = 45.86%
B = 48.08%

CMYK

 C value IS 0.87

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1EE3EE (or 0x1EE3EE) is known color: Bright Turquoise. HEX triplet: 1E, E3 and EE. RGB value is (30,227,238). Sum of RGB (Red+Green+Blue) = 30+227+238=495 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.06% from 495); Green value is 227 (89.06% from 255 or 45.86% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #1EE3EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EE3EE is #E11C11. Grayscale: #A9A9A9. Windows color (decimal): -14752786 or 15655710. OLE color: 15655710.

HSL color Cylindrical-coordinate representation of color #1EE3EE: hue angle of 183.17º 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 #1EE3EE is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 30 227 238 -
CMYK 0.87 0.05 0 0.07
HSL 183.17º 0.86% 0.53% -
HSV(B) 183.17º 0.87% 0.93% -
XYZ 43.44 61.39 90.45 -
YUV 169.35 166.73 28.61 -
System Red Green Blue C M Y K H S L
Decimal 30 227 238 0.87 0.05 0 0.07 183.17 0.86 0.53
Hex 1E E3 EE 57 5 0 7 B7 56 35
Octal 36 343 356 127 5 0 7 267 126 65
Binary 11110 11100011 11101110 1010111 101 0 111 10110111 1010110 110101

Color Harmonies of #1EE3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EE3EE

Black with #1EE3EE

Text Example


Text Example

White with #1EE3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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