Html Css Color HEX #1CFBE5 Bright Turquoise

📋 copy color: '#1CFBE5'

red 28 ◦ green 251 ◦ blue 229

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

Shades of Bright Turquoise #1CFBE5

Tints of Bright Turquoise #1CFBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.08%

R = 5.51%
G = 49.41%
B = 45.08%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#1CFBE5 (or 0x1CFBE5) is known color: Bright Turquoise. HEX triplet: 1C, FB and E5. RGB value is (28,251,229). Sum of RGB (Red+Green+Blue) = 28+251+229=508 (67% of max value = 765). Red value is 28 (11.33% from 255 or 5.51% from 508); Green value is 251 (98.44% from 255 or 49.41% from 508); Blue value is 229 (89.84% from 255 or 45.08% from 508); Max value from RGB is 251 - color contains mainly: green. Hex color #1CFBE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFBE5 is #E3041A. Grayscale: #B5B5B5. Windows color (decimal): -14877723 or 15072028. OLE color: 15072028.

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

Color convert

RGB 28 251 229 -
CMYK 0.89 0 0.09 0.02
HSL 174.08º 0.97% 0.55% -
HSV(B) 174.08º 0.89% 0.98% -
XYZ 49.12 74.9 86 -
YUV 181.82 154.62 18.29 -
System Red Green Blue C M Y K H S L
Decimal 28 251 229 0.89 0 0.09 0.02 174.08 0.97 0.55
Hex 1C FB E5 59 0 9 2 AE 61 37
Octal 34 373 345 131 0 11 2 256 141 67
Binary 11100 11111011 11100101 1011001 0 1001 10 10101110 1100001 110111

Color Harmonies of #1CFBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CFBE5

Black with #1CFBE5

Text Example


Text Example

White with #1CFBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,251,229); }

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

background-color css

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

 a { background-color: rgb(28,251,229); }

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

border-color css

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

 span { border-color: rgb(28,251,229); }

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