Html Css Color HEX #1CF9EF Bright Turquoise

📋 copy color: '#1CF9EF'

red 28 ◦ green 249 ◦ blue 239

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

Shades of Bright Turquoise #1CF9EF

Tints of Bright Turquoise #1CF9EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.32%

R = 5.43%
G = 48.26%
B = 46.32%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#1CF9EF (or 0x1CF9EF) is known color: Bright Turquoise. HEX triplet: 1C, F9 and EF. RGB value is (28,249,239). Sum of RGB (Red+Green+Blue) = 28+249+239=516 (68% of max value = 765). Red value is 28 (11.33% from 255 or 5.43% from 516); Green value is 249 (97.66% from 255 or 48.26% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 249 - color contains mainly: green. Hex color #1CF9EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CF9EF is #E30610. Grayscale: #B5B5B5. Windows color (decimal): -14878225 or 15726876. OLE color: 15726876.

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

Color convert

RGB 28 249 239 -
CMYK 0.89 0 0.04 0.02
HSL 177.29º 0.95% 0.54% -
HSV(B) 177.29º 0.89% 0.98% -
XYZ 49.93 74.23 93.36 -
YUV 181.78 160.28 18.31 -
System Red Green Blue C M Y K H S L
Decimal 28 249 239 0.89 0 0.04 0.02 177.29 0.95 0.54
Hex 1C F9 EF 59 0 4 2 B1 5F 36
Octal 34 371 357 131 0 4 2 261 137 66
Binary 11100 11111001 11101111 1011001 0 100 10 10110001 1011111 110110

Color Harmonies of #1CF9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF9EF

Black with #1CF9EF

Text Example


Text Example

White with #1CF9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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