Html Css Color HEX #1EE3DF Bright Turquoise

📋 copy color: '#1EE3DF'

red 30 ◦ green 227 ◦ blue 223

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

Shades of Bright Turquoise #1EE3DF

Tints of Bright Turquoise #1EE3DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.46%

R = 6.25%
G = 47.29%
B = 46.46%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#1EE3DF (or 0x1EE3DF) is known color: Bright Turquoise. HEX triplet: 1E, E3 and DF. RGB value is (30,227,223). Sum of RGB (Red+Green+Blue) = 30+227+223=480 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.25% from 480); Green value is 227 (89.06% from 255 or 47.29% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 227 - color contains mainly: green. Hex color #1EE3DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EE3DF is #E11C20. Grayscale: #A7A7A7. Windows color (decimal): -14752801 or 14672670. OLE color: 14672670.

HSL color Cylindrical-coordinate representation of color #1EE3DF: hue angle of 178.78º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE3DF is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 30 227 223 -
CMYK 0.87 0 0.02 0.11
HSL 178.78º 0.78% 0.5% -
HSV(B) 178.78º 0.87% 0.89% -
XYZ 41.32 60.54 79.32 -
YUV 167.64 159.23 29.83 -
System Red Green Blue C M Y K H S L
Decimal 30 227 223 0.87 0 0.02 0.11 178.78 0.78 0.5
Hex 1E E3 DF 57 0 2 B B3 4E 32
Octal 36 343 337 127 0 2 13 263 116 62
Binary 11110 11100011 11011111 1010111 0 10 1011 10110011 1001110 110010

Color Harmonies of #1EE3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EE3DF

Black with #1EE3DF

Text Example


Text Example

White with #1EE3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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