Html Css Color HEX #1CF9C7 Bright Turquoise

📋 copy color: '#1CF9C7'

red 28 ◦ green 249 ◦ blue 199

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

Shades of Bright Turquoise #1CF9C7

Tints of Bright Turquoise #1CF9C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.81%

R = 5.88%
G = 52.31%
B = 41.81%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#1CF9C7 (or 0x1CF9C7) is known color: Bright Turquoise. HEX triplet: 1C, F9 and C7. RGB value is (28,249,199). Sum of RGB (Red+Green+Blue) = 28+249+199=476 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.88% from 476); Green value is 249 (97.66% from 255 or 52.31% from 476); Blue value is 199 (78.12% from 255 or 41.81% from 476); Max value from RGB is 249 - color contains mainly: green. Hex color #1CF9C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CF9C7 is #E30638. Grayscale: #B1B1B1. Windows color (decimal): -14878265 or 13105436. OLE color: 13105436.

HSL color Cylindrical-coordinate representation of color #1CF9C7: hue angle of 166.43º 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 #1CF9C7 is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 28 249 199 -
CMYK 0.89 0 0.20 0.02
HSL 166.43º 0.95% 0.54% -
HSV(B) 166.43º 0.89% 0.98% -
XYZ 44.66 72.12 65.6 -
YUV 177.22 140.28 21.57 -
System Red Green Blue C M Y K H S L
Decimal 28 249 199 0.89 0 0.20 0.02 166.43 0.95 0.54
Hex 1C F9 C7 59 0 14 2 A6 5F 36
Octal 34 371 307 131 0 24 2 246 137 66
Binary 11100 11111001 11000111 1011001 0 10100 10 10100110 1011111 110110

Color Harmonies of #1CF9C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF9C7

Black with #1CF9C7

Text Example


Text Example

White with #1CF9C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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