Html Css Color HEX #1EFBCE Bright Turquoise

📋 copy color: '#1EFBCE'

red 30 ◦ green 251 ◦ blue 206

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

Shades of Bright Turquoise #1EFBCE

Tints of Bright Turquoise #1EFBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.3%

R = 6.16%
G = 51.54%
B = 42.3%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#1EFBCE (or 0x1EFBCE) is known color: Bright Turquoise. HEX triplet: 1E, FB and CE. RGB value is (30,251,206). Sum of RGB (Red+Green+Blue) = 30+251+206=487 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.16% from 487); Green value is 251 (98.44% from 255 or 51.54% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 251 - color contains mainly: green. Hex color #1EFBCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFBCE is #E10431. Grayscale: #B3B3B3. Windows color (decimal): -14746674 or 13564702. OLE color: 13564702.

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

Color convert

RGB 30 251 206 -
CMYK 0.88 0 0.18 0.02
HSL 167.78º 0.97% 0.55% -
HSV(B) 167.78º 0.88% 0.98% -
XYZ 46.17 73.73 70.19 -
YUV 179.79 142.78 21.16 -
System Red Green Blue C M Y K H S L
Decimal 30 251 206 0.88 0 0.18 0.02 167.78 0.97 0.55
Hex 1E FB CE 58 0 12 2 A8 61 37
Octal 36 373 316 130 0 22 2 250 141 67
Binary 11110 11111011 11001110 1011000 0 10010 10 10101000 1100001 110111

Color Harmonies of #1EFBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFBCE

Black with #1EFBCE

Text Example


Text Example

White with #1EFBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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