Html Css Color HEX #1EFBD4 Bright Turquoise

📋 copy color: '#1EFBD4'

red 30 ◦ green 251 ◦ blue 212

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

Shades of Bright Turquoise #1EFBD4

Tints of Bright Turquoise #1EFBD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43%

R = 6.09%
G = 50.91%
B = 43%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#1EFBD4 (or 0x1EFBD4) is known color: Bright Turquoise. HEX triplet: 1E, FB and D4. RGB value is (30,251,212). Sum of RGB (Red+Green+Blue) = 30+251+212=493 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.09% from 493); Green value is 251 (98.44% from 255 or 50.91% from 493); Blue value is 212 (83.20% from 255 or 43.00% from 493); Max value from RGB is 251 - color contains mainly: green. Hex color #1EFBD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFBD4 is #E1042B. Grayscale: #B4B4B4. Windows color (decimal): -14746668 or 13957918. OLE color: 13957918.

HSL color Cylindrical-coordinate representation of color #1EFBD4: hue angle of 169.41º 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 #1EFBD4 is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 30 251 212 -
CMYK 0.88 0 0.16 0.02
HSL 169.41º 0.97% 0.55% -
HSV(B) 169.41º 0.88% 0.98% -
XYZ 46.92 74.02 74.1 -
YUV 180.48 145.78 20.67 -
System Red Green Blue C M Y K H S L
Decimal 30 251 212 0.88 0 0.16 0.02 169.41 0.97 0.55
Hex 1E FB D4 58 0 10 2 A9 61 37
Octal 36 373 324 130 0 20 2 251 141 67
Binary 11110 11111011 11010100 1011000 0 10000 10 10101001 1100001 110111

Color Harmonies of #1EFBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFBD4

Black with #1EFBD4

Text Example


Text Example

White with #1EFBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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