Html Css Color HEX #1EFBDA Bright Turquoise

📋 copy color: '#1EFBDA'

red 30 ◦ green 251 ◦ blue 218

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

Shades of Bright Turquoise #1EFBDA

Tints of Bright Turquoise #1EFBDA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 50.3%

 BLUE value IS 218 (85.55% from 255) = 43.69%

R = 6.01%
G = 50.3%
B = 43.69%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#1EFBDA (or 0x1EFBDA) is known color: Bright Turquoise. HEX triplet: 1E, FB and DA. RGB value is (30,251,218). Sum of RGB (Red+Green+Blue) = 30+251+218=499 (66% of max value = 765). Red value is 30 (12.11% from 255 or 6.01% from 499); Green value is 251 (98.44% from 255 or 50.30% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 251 - color contains mainly: green. Hex color #1EFBDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFBDA is #E10425. Grayscale: #B5B5B5. Windows color (decimal): -14746662 or 14351134. OLE color: 14351134.

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

Color convert

RGB 30 251 218 -
CMYK 0.88 0 0.13 0.02
HSL 171.04º 0.97% 0.55% -
HSV(B) 171.04º 0.88% 0.98% -
XYZ 47.69 74.33 78.16 -
YUV 181.16 148.78 20.18 -
System Red Green Blue C M Y K H S L
Decimal 30 251 218 0.88 0 0.13 0.02 171.04 0.97 0.55
Hex 1E FB DA 58 0 D 2 AB 61 37
Octal 36 373 332 130 0 15 2 253 141 67
Binary 11110 11111011 11011010 1011000 0 1101 10 10101011 1100001 110111

Color Harmonies of #1EFBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFBDA

Black with #1EFBDA

Text Example


Text Example

White with #1EFBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,251,218); }

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

background-color css

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

 a { background-color: rgb(30,251,218); }

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

border-color css

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

 span { border-color: rgb(30,251,218); }

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