Html Css Color HEX #2CE5F9 Bright Turquoise

📋 copy color: '#2CE5F9'

red 44 ◦ green 229 ◦ blue 249

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

Shades of Bright Turquoise #2CE5F9

Tints of Bright Turquoise #2CE5F9

RGB

 RED value IS 44 (17.58% from 255) = 8.43%

 GREEN value IS 229 (89.84% from 255) = 43.87%

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

R = 8.43%
G = 43.87%
B = 47.7%

CMYK

 C value IS 0.82

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2CE5F9 (or 0x2CE5F9) is known color: Bright Turquoise. HEX triplet: 2C, E5 and F9. RGB value is (44,229,249). Sum of RGB (Red+Green+Blue) = 44+229+249=522 (69% of max value = 765). Red value is 44 (17.58% from 255 or 8.43% from 522); Green value is 229 (89.84% from 255 or 43.87% from 522); Blue value is 249 (97.66% from 255 or 47.70% from 522); Max value from RGB is 249 - color contains mainly: blue. Hex color #2CE5F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CE5F9 is #D31A06. Grayscale: #AFAFAF. Windows color (decimal): -13834759 or 16377132. OLE color: 16377132.

HSL color Cylindrical-coordinate representation of color #2CE5F9: hue angle of 185.85º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CE5F9 is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 44 229 249 -
CMYK 0.82 0.08 0 0.02
HSL 185.85º 0.94% 0.57% -
HSV(B) 185.85º 0.82% 0.98% -
XYZ 46.16 63.41 99.43 -
YUV 175.97 169.21 33.87 -
System Red Green Blue C M Y K H S L
Decimal 44 229 249 0.82 0.08 0 0.02 185.85 0.94 0.57
Hex 2C E5 F9 52 8 0 2 BA 5E 39
Octal 54 345 371 122 10 0 2 272 136 71
Binary 101100 11100101 11111001 1010010 1000 0 10 10111010 1011110 111001

Color Harmonies of #2CE5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE5F9

Black with #2CE5F9

Text Example


Text Example

White with #2CE5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2CE5F9; }

 p { color: rgb(44,229,249); }

 H1.HeaderClassName
 {
   color: #2CE5F9;
 }
 .AnyTagClassName
 {
   color: #2CE5F9;
 }
</style>

background-color css

<style>
 a { background-color: #2CE5F9; }

 a { background-color: rgb(44,229,249); }

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

border-color css

<style>
 span { border-color: #2CE5F9; }

 span { border-color: rgb(44,229,249); }

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