Html Css Color HEX #1CF9CF Bright Turquoise

📋 copy color: '#1CF9CF'

red 28 ◦ green 249 ◦ blue 207

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

Shades of Bright Turquoise #1CF9CF

Tints of Bright Turquoise #1CF9CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.77%

R = 5.79%
G = 51.45%
B = 42.77%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#1CF9CF (or 0x1CF9CF) is known color: Bright Turquoise. HEX triplet: 1C, F9 and CF. RGB value is (28,249,207). Sum of RGB (Red+Green+Blue) = 28+249+207=484 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.79% from 484); Green value is 249 (97.66% from 255 or 51.45% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 249 - color contains mainly: green. Hex color #1CF9CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CF9CF is #E30630. Grayscale: #B2B2B2. Windows color (decimal): -14878257 or 13629724. OLE color: 13629724.

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

Color convert

RGB 28 249 207 -
CMYK 0.89 0 0.17 0.02
HSL 168.6º 0.95% 0.54% -
HSV(B) 168.6º 0.89% 0.98% -
XYZ 45.62 72.5 70.62 -
YUV 178.13 144.28 20.92 -
System Red Green Blue C M Y K H S L
Decimal 28 249 207 0.89 0 0.17 0.02 168.6 0.95 0.54
Hex 1C F9 CF 59 0 11 2 A9 5F 36
Octal 34 371 317 131 0 21 2 251 137 66
Binary 11100 11111001 11001111 1011001 0 10001 10 10101001 1011111 110110

Color Harmonies of #1CF9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF9CF

Black with #1CF9CF

Text Example


Text Example

White with #1CF9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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