Html Css Color HEX #1EEFDF Bright Turquoise

📋 copy color: '#1EEFDF'

red 30 ◦ green 239 ◦ blue 223

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

Shades of Bright Turquoise #1EEFDF

Tints of Bright Turquoise #1EEFDF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.58%

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

R = 6.1%
G = 48.58%
B = 45.33%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#1EEFDF (or 0x1EEFDF) is known color: Bright Turquoise. HEX triplet: 1E, EF and DF. RGB value is (30,239,223). Sum of RGB (Red+Green+Blue) = 30+239+223=492 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.10% from 492); Green value is 239 (93.75% from 255 or 48.58% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 239 - color contains mainly: green. Hex color #1EEFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEFDF is #E11020. Grayscale: #AEAEAE. Windows color (decimal): -14749729 or 14675742. OLE color: 14675742.

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

Color convert

RGB 30 239 223 -
CMYK 0.87 0 0.07 0.06
HSL 175.41º 0.87% 0.53% -
HSV(B) 175.41º 0.87% 0.94% -
XYZ 44.72 67.34 80.45 -
YUV 174.69 155.26 24.8 -
System Red Green Blue C M Y K H S L
Decimal 30 239 223 0.87 0 0.07 0.06 175.41 0.87 0.53
Hex 1E EF DF 57 0 7 6 AF 57 35
Octal 36 357 337 127 0 7 6 257 127 65
Binary 11110 11101111 11011111 1010111 0 111 110 10101111 1010111 110101

Color Harmonies of #1EEFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EEFDF

Black with #1EEFDF

Text Example


Text Example

White with #1EEFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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