Html Css Color HEX #1CFCE9 Bright Turquoise

📋 copy color: '#1CFCE9'

red 28 ◦ green 252 ◦ blue 233

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

Shades of Bright Turquoise #1CFCE9

Tints of Bright Turquoise #1CFCE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 45.42%

R = 5.46%
G = 49.12%
B = 45.42%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#1CFCE9 (or 0x1CFCE9) is known color: Bright Turquoise. HEX triplet: 1C, FC and E9. RGB value is (28,252,233). Sum of RGB (Red+Green+Blue) = 28+252+233=513 (67% of max value = 765). Red value is 28 (11.33% from 255 or 5.46% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 233 (91.41% from 255 or 45.42% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #1CFCE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CFCE9 is #E30316. Grayscale: #B6B6B6. Windows color (decimal): -14877463 or 15334428. OLE color: 15334428.

HSL color Cylindrical-coordinate representation of color #1CFCE9: hue angle of 174.91º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFCE9 is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 28 252 233 -
CMYK 0.89 0 0.08 0.01
HSL 174.91º 0.97% 0.55% -
HSV(B) 174.91º 0.89% 0.99% -
XYZ 50 75.75 89.08 -
YUV 182.86 156.29 17.54 -
System Red Green Blue C M Y K H S L
Decimal 28 252 233 0.89 0 0.08 0.01 174.91 0.97 0.55
Hex 1C FC E9 59 0 8 1 AF 61 37
Octal 34 374 351 131 0 10 1 257 141 67
Binary 11100 11111100 11101001 1011001 0 1000 1 10101111 1100001 110111

Color Harmonies of #1CFCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CFCE9

Black with #1CFCE9

Text Example


Text Example

White with #1CFCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,252,233); }

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

background-color css

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

 a { background-color: rgb(28,252,233); }

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

border-color css

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

 span { border-color: rgb(28,252,233); }

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