Html Css Color HEX #1CE9F9 Bright Turquoise

📋 copy color: '#1CE9F9'

red 28 ◦ green 233 ◦ blue 249

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

Shades of Bright Turquoise #1CE9F9

Tints of Bright Turquoise #1CE9F9

RGB

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

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

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

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

CMYK

 C value IS 0.89

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

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

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

Color convert

RGB 28 233 249 -
CMYK 0.89 0.06 0 0.02
HSL 184.34º 0.95% 0.54% -
HSV(B) 184.34º 0.89% 0.98% -
XYZ 46.72 65.36 99.78 -
YUV 173.53 170.58 24.2 -
System Red Green Blue C M Y K H S L
Decimal 28 233 249 0.89 0.06 0 0.02 184.34 0.95 0.54
Hex 1C E9 F9 59 6 0 2 B8 5F 36
Octal 34 351 371 131 6 0 2 270 137 66
Binary 11100 11101001 11111001 1011001 110 0 10 10111000 1011111 110110

Color Harmonies of #1CE9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CE9F9

Black with #1CE9F9

Text Example


Text Example

White with #1CE9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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