Html Css Color HEX #1CE4BF Bright Turquoise

📋 copy color: '#1CE4BF'

red 28 ◦ green 228 ◦ blue 191

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

Shades of Bright Turquoise #1CE4BF

Tints of Bright Turquoise #1CE4BF

RGB

 RED value IS 28 (11.33% from 255) = 6.26%

 GREEN value IS 228 (89.45% from 255) = 51.01%

 BLUE value IS 191 (75% from 255) = 42.73%

R = 6.26%
G = 51.01%
B = 42.73%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#1CE4BF (or 0x1CE4BF) is known color: Bright Turquoise. HEX triplet: 1C, E4 and BF. RGB value is (28,228,191). Sum of RGB (Red+Green+Blue) = 28+228+191=447 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.26% from 447); Green value is 228 (89.45% from 255 or 51.01% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 228 - color contains mainly: green. Hex color #1CE4BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CE4BF is #E31B40. Grayscale: #A3A3A3. Windows color (decimal): -14883649 or 12575772. OLE color: 12575772.

HSL color Cylindrical-coordinate representation of color #1CE4BF: hue angle of 168.9º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE4BF is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 28 228 191 -
CMYK 0.88 0 0.16 0.11
HSL 168.9º 0.79% 0.5% -
HSV(B) 168.9º 0.88% 0.89% -
XYZ 37.63 59.5 58.79 -
YUV 163.98 143.24 31.01 -
System Red Green Blue C M Y K H S L
Decimal 28 228 191 0.88 0 0.16 0.11 168.9 0.79 0.5
Hex 1C E4 BF 58 0 10 B A9 4F 32
Octal 34 344 277 130 0 20 13 251 117 62
Binary 11100 11100100 10111111 1011000 0 10000 1011 10101001 1001111 110010

Color Harmonies of #1CE4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CE4BF

Black with #1CE4BF

Text Example


Text Example

White with #1CE4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,228,191); }

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

background-color css

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

 a { background-color: rgb(28,228,191); }

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

border-color css

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

 span { border-color: rgb(28,228,191); }

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