Html Css Color HEX #1EFDDB Bright Turquoise

📋 copy color: '#1EFDDB'

red 30 ◦ green 253 ◦ blue 219

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

Shades of Bright Turquoise #1EFDDB

Tints of Bright Turquoise #1EFDDB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.4%

 BLUE value IS 219 (85.94% from 255) = 43.63%

R = 5.98%
G = 50.4%
B = 43.63%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#1EFDDB (or 0x1EFDDB) is known color: Bright Turquoise. HEX triplet: 1E, FD and DB. RGB value is (30,253,219). Sum of RGB (Red+Green+Blue) = 30+253+219=502 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.98% from 502); Green value is 253 (99.22% from 255 or 50.40% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 253 - color contains mainly: green. Hex color #1EFDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFDDB is #E10224. Grayscale: #B6B6B6. Windows color (decimal): -14746149 or 14417182. OLE color: 14417182.

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

Color convert

RGB 30 253 219 -
CMYK 0.88 0 0.13 0.01
HSL 170.85º 0.98% 0.55% -
HSV(B) 170.85º 0.88% 0.99% -
XYZ 48.45 75.64 79.06 -
YUV 182.45 148.62 19.26 -
System Red Green Blue C M Y K H S L
Decimal 30 253 219 0.88 0 0.13 0.01 170.85 0.98 0.55
Hex 1E FD DB 58 0 D 1 AB 62 37
Octal 36 375 333 130 0 15 1 253 142 67
Binary 11110 11111101 11011011 1011000 0 1101 1 10101011 1100010 110111

Color Harmonies of #1EFDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFDDB

Black with #1EFDDB

Text Example


Text Example

White with #1EFDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,253,219); }

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

background-color css

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

 a { background-color: rgb(30,253,219); }

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

border-color css

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

 span { border-color: rgb(30,253,219); }

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