Html Css Color HEX #1EFCCB Bright Turquoise

📋 copy color: '#1EFCCB'

red 30 ◦ green 252 ◦ blue 203

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

Shades of Bright Turquoise #1EFCCB

Tints of Bright Turquoise #1EFCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.86%

R = 6.19%
G = 51.96%
B = 41.86%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#1EFCCB (or 0x1EFCCB) is known color: Bright Turquoise. HEX triplet: 1E, FC and CB. RGB value is (30,252,203). Sum of RGB (Red+Green+Blue) = 30+252+203=485 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.19% from 485); Green value is 252 (98.83% from 255 or 51.96% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 252 - color contains mainly: green. Hex color #1EFCCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFCCB is #E10334. Grayscale: #B4B4B4. Windows color (decimal): -14746421 or 13368350. OLE color: 13368350.

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

Color convert

RGB 30 252 203 -
CMYK 0.88 0 0.19 0.01
HSL 166.76º 0.97% 0.55% -
HSV(B) 166.76º 0.88% 0.99% -
XYZ 46.13 74.21 68.39 -
YUV 180.04 140.95 20.98 -
System Red Green Blue C M Y K H S L
Decimal 30 252 203 0.88 0 0.19 0.01 166.76 0.97 0.55
Hex 1E FC CB 58 0 13 1 A7 61 37
Octal 36 374 313 130 0 23 1 247 141 67
Binary 11110 11111100 11001011 1011000 0 10011 1 10100111 1100001 110111

Color Harmonies of #1EFCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFCCB

Black with #1EFCCB

Text Example


Text Example

White with #1EFCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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