Html Css Color HEX #1CF9EB Bright Turquoise

📋 copy color: '#1CF9EB'

red 28 ◦ green 249 ◦ blue 235

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

Shades of Bright Turquoise #1CF9EB

Tints of Bright Turquoise #1CF9EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.9%

R = 5.47%
G = 48.63%
B = 45.9%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#1CF9EB (or 0x1CF9EB) is known color: Bright Turquoise. HEX triplet: 1C, F9 and EB. RGB value is (28,249,235). Sum of RGB (Red+Green+Blue) = 28+249+235=512 (67% of max value = 765). Red value is 28 (11.33% from 255 or 5.47% from 512); Green value is 249 (97.66% from 255 or 48.63% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 249 - color contains mainly: green. Hex color #1CF9EB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CF9EB is #E30614. Grayscale: #B5B5B5. Windows color (decimal): -14878229 or 15464732. OLE color: 15464732.

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

Color convert

RGB 28 249 235 -
CMYK 0.89 0 0.06 0.02
HSL 176.2º 0.95% 0.54% -
HSV(B) 176.2º 0.89% 0.98% -
XYZ 49.35 74 90.28 -
YUV 181.33 158.28 18.64 -
System Red Green Blue C M Y K H S L
Decimal 28 249 235 0.89 0 0.06 0.02 176.2 0.95 0.54
Hex 1C F9 EB 59 0 6 2 B0 5F 36
Octal 34 371 353 131 0 6 2 260 137 66
Binary 11100 11111001 11101011 1011001 0 110 10 10110000 1011111 110110

Color Harmonies of #1CF9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF9EB

Black with #1CF9EB

Text Example


Text Example

White with #1CF9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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