Html Css Color HEX #1EFCDB Bright Turquoise

📋 copy color: '#1EFCDB'

red 30 ◦ green 252 ◦ blue 219

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

Shades of Bright Turquoise #1EFCDB

Tints of Bright Turquoise #1EFCDB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.3%

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

R = 5.99%
G = 50.3%
B = 43.71%

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

#1EFCDB (or 0x1EFCDB) is known color: Bright Turquoise. HEX triplet: 1E, FC and DB. RGB value is (30,252,219). Sum of RGB (Red+Green+Blue) = 30+252+219=501 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.99% from 501); Green value is 252 (98.83% from 255 or 50.30% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 252 - color contains mainly: green. Hex color #1EFCDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFCDB is #E10324. Grayscale: #B5B5B5. Windows color (decimal): -14746405 or 14416926. OLE color: 14416926.

HSL color Cylindrical-coordinate representation of color #1EFCDB: hue angle of 171.08º degrees, saturation: 0.97, 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 #1EFCDB is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 30 252 219 -
CMYK 0.88 0 0.13 0.01
HSL 171.08º 0.97% 0.55% -
HSV(B) 171.08º 0.88% 0.99% -
XYZ 48.13 75.01 78.96 -
YUV 181.86 148.95 19.68 -
System Red Green Blue C M Y K H S L
Decimal 30 252 219 0.88 0 0.13 0.01 171.08 0.97 0.55
Hex 1E FC DB 58 0 D 1 AB 61 37
Octal 36 374 333 130 0 15 1 253 141 67
Binary 11110 11111100 11011011 1011000 0 1101 1 10101011 1100001 110111

Color Harmonies of #1EFCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFCDB

Black with #1EFCDB

Text Example


Text Example

White with #1EFCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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