Html Css Color HEX #1CF9ED Bright Turquoise

📋 copy color: '#1CF9ED'

red 28 ◦ green 249 ◦ blue 237

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

Shades of Bright Turquoise #1CF9ED

Tints of Bright Turquoise #1CF9ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.11%

R = 5.45%
G = 48.44%
B = 46.11%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#1CF9ED (or 0x1CF9ED) is known color: Bright Turquoise. HEX triplet: 1C, F9 and ED. RGB value is (28,249,237). Sum of RGB (Red+Green+Blue) = 28+249+237=514 (68% of max value = 765). Red value is 28 (11.33% from 255 or 5.45% from 514); Green value is 249 (97.66% from 255 or 48.44% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 249 - color contains mainly: green. Hex color #1CF9ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CF9ED is #E30612. Grayscale: #B5B5B5. Windows color (decimal): -14878227 or 15595804. OLE color: 15595804.

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

Color convert

RGB 28 249 237 -
CMYK 0.89 0 0.05 0.02
HSL 176.74º 0.95% 0.54% -
HSV(B) 176.74º 0.89% 0.98% -
XYZ 49.64 74.11 91.81 -
YUV 181.55 159.28 18.48 -
System Red Green Blue C M Y K H S L
Decimal 28 249 237 0.89 0 0.05 0.02 176.74 0.95 0.54
Hex 1C F9 ED 59 0 5 2 B1 5F 36
Octal 34 371 355 131 0 5 2 261 137 66
Binary 11100 11111001 11101101 1011001 0 101 10 10110001 1011111 110110

Color Harmonies of #1CF9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF9ED

Black with #1CF9ED

Text Example


Text Example

White with #1CF9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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