Html Css Color HEX #1CF9E9 Bright Turquoise

📋 copy color: '#1CF9E9'

red 28 ◦ green 249 ◦ blue 233

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

Shades of Bright Turquoise #1CF9E9

Tints of Bright Turquoise #1CF9E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 45.69%

R = 5.49%
G = 48.82%
B = 45.69%

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

#1CF9E9 (or 0x1CF9E9) is known color: Bright Turquoise. HEX triplet: 1C, F9 and E9. RGB value is (28,249,233). Sum of RGB (Red+Green+Blue) = 28+249+233=510 (67% of max value = 765). Red value is 28 (11.33% from 255 or 5.49% from 510); Green value is 249 (97.66% from 255 or 48.82% from 510); Blue value is 233 (91.41% from 255 or 45.69% from 510); Max value from RGB is 249 - color contains mainly: green. Hex color #1CF9E9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CF9E9 is #E30616. Grayscale: #B4B4B4. Windows color (decimal): -14878231 or 15333660. OLE color: 15333660.

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

Color convert

RGB 28 249 233 -
CMYK 0.89 0 0.06 0.02
HSL 175.66º 0.95% 0.54% -
HSV(B) 175.66º 0.89% 0.98% -
XYZ 49.06 73.88 88.77 -
YUV 181.1 157.28 18.8 -
System Red Green Blue C M Y K H S L
Decimal 28 249 233 0.89 0 0.06 0.02 175.66 0.95 0.54
Hex 1C F9 E9 59 0 6 2 B0 5F 36
Octal 34 371 351 131 0 6 2 260 137 66
Binary 11100 11111001 11101001 1011001 0 110 10 10110000 1011111 110110

Color Harmonies of #1CF9E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF9E9

Black with #1CF9E9

Text Example


Text Example

White with #1CF9E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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