Html Css Color HEX #1CF9BE Bright Turquoise

📋 copy color: '#1CF9BE'

red 28 ◦ green 249 ◦ blue 190

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

Shades of Bright Turquoise #1CF9BE

Tints of Bright Turquoise #1CF9BE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 53.32%

 BLUE value IS 190 (74.61% from 255) = 40.69%

R = 6%
G = 53.32%
B = 40.69%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#1CF9BE (or 0x1CF9BE) is known color: Bright Turquoise. HEX triplet: 1C, F9 and BE. RGB value is (28,249,190). Sum of RGB (Red+Green+Blue) = 28+249+190=467 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.00% from 467); Green value is 249 (97.66% from 255 or 53.32% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 249 - color contains mainly: green. Hex color #1CF9BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CF9BE is #E30641. Grayscale: #B0B0B0. Windows color (decimal): -14878274 or 12515612. OLE color: 12515612.

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

Color convert

RGB 28 249 190 -
CMYK 0.89 0 0.24 0.02
HSL 163.98º 0.95% 0.54% -
HSV(B) 163.98º 0.89% 0.98% -
XYZ 43.65 71.72 60.26 -
YUV 176.2 135.78 22.3 -
System Red Green Blue C M Y K H S L
Decimal 28 249 190 0.89 0 0.24 0.02 163.98 0.95 0.54
Hex 1C F9 BE 59 0 18 2 A4 5F 36
Octal 34 371 276 131 0 30 2 244 137 66
Binary 11100 11111001 10111110 1011001 0 11000 10 10100100 1011111 110110

Color Harmonies of #1CF9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF9BE

Black with #1CF9BE

Text Example


Text Example

White with #1CF9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,249,190); }

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

background-color css

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

 a { background-color: rgb(28,249,190); }

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

border-color css

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

 span { border-color: rgb(28,249,190); }

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