Html Css Color HEX #1CF9EE Bright Turquoise

📋 copy color: '#1CF9EE'

red 28 ◦ green 249 ◦ blue 238

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

Shades of Bright Turquoise #1CF9EE

Tints of Bright Turquoise #1CF9EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.21%

R = 5.44%
G = 48.35%
B = 46.21%

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

#1CF9EE (or 0x1CF9EE) is known color: Bright Turquoise. HEX triplet: 1C, F9 and EE. RGB value is (28,249,238). Sum of RGB (Red+Green+Blue) = 28+249+238=515 (68% of max value = 765). Red value is 28 (11.33% from 255 or 5.44% from 515); Green value is 249 (97.66% from 255 or 48.35% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 249 - color contains mainly: green. Hex color #1CF9EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CF9EE is #E30611. Grayscale: #B5B5B5. Windows color (decimal): -14878226 or 15661340. OLE color: 15661340.

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

Color convert

RGB 28 249 238 -
CMYK 0.89 0 0.04 0.02
HSL 177.01º 0.95% 0.54% -
HSV(B) 177.01º 0.89% 0.98% -
XYZ 49.79 74.17 92.58 -
YUV 181.67 159.78 18.39 -
System Red Green Blue C M Y K H S L
Decimal 28 249 238 0.89 0 0.04 0.02 177.01 0.95 0.54
Hex 1C F9 EE 59 0 4 2 B1 5F 36
Octal 34 371 356 131 0 4 2 261 137 66
Binary 11100 11111001 11101110 1011001 0 100 10 10110001 1011111 110110

Color Harmonies of #1CF9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF9EE

Black with #1CF9EE

Text Example


Text Example

White with #1CF9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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