Html Css Color HEX #1EFFCE Bright Turquoise

📋 copy color: '#1EFFCE'

red 30 ◦ green 255 ◦ blue 206

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

Shades of Bright Turquoise #1EFFCE

Tints of Bright Turquoise #1EFFCE

RGB

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

 GREEN value IS 255 (100% from 255) = 51.93%

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

R = 6.11%
G = 51.93%
B = 41.96%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#1EFFCE (or 0x1EFFCE) is known color: Bright Turquoise. HEX triplet: 1E, FF and CE. RGB value is (30,255,206). Sum of RGB (Red+Green+Blue) = 30+255+206=491 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.11% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #1EFFCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFFCE is #E10031. Grayscale: #B6B6B6. Windows color (decimal): -14745650 or 13565726. OLE color: 13565726.

HSL color Cylindrical-coordinate representation of color #1EFFCE: hue angle of 166.93º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFFCE is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 30 255 206 -
CMYK 0.88 0 0.19 0
HSL 166.93º 1% 0.56% -
HSV(B) 166.93º 0.88% 1% -
XYZ 47.44 76.25 70.61 -
YUV 182.14 141.46 19.48 -
System Red Green Blue C M Y K H S L
Decimal 30 255 206 0.88 0 0.19 0 166.93 1 0.56
Hex 1E FF CE 58 0 13 0 A7 64 38
Octal 36 377 316 130 0 23 0 247 144 70
Binary 11110 11111111 11001110 1011000 0 10011 0 10100111 1100100 111000

Color Harmonies of #1EFFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFFCE

Black with #1EFFCE

Text Example


Text Example

White with #1EFFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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