Html Css Color HEX #2CE0F9 Bright Turquoise

📋 copy color: '#2CE0F9'

red 44 ◦ green 224 ◦ blue 249

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

Shades of Bright Turquoise #2CE0F9

Tints of Bright Turquoise #2CE0F9

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.33%

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

R = 8.51%
G = 43.33%
B = 48.16%

CMYK

 C value IS 0.82

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2CE0F9 (or 0x2CE0F9) is known color: Bright Turquoise. HEX triplet: 2C, E0 and F9. RGB value is (44,224,249). Sum of RGB (Red+Green+Blue) = 44+224+249=517 (68% of max value = 765). Red value is 44 (17.58% from 255 or 8.51% from 517); Green value is 224 (87.89% from 255 or 43.33% from 517); Blue value is 249 (97.66% from 255 or 48.16% from 517); Max value from RGB is 249 - color contains mainly: blue. Hex color #2CE0F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CE0F9 is #D31F06. Grayscale: #ACACAC. Windows color (decimal): -13836039 or 16375852. OLE color: 16375852.

HSL color Cylindrical-coordinate representation of color #2CE0F9: hue angle of 187.32º 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 #2CE0F9 is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 44 224 249 -
CMYK 0.82 0.10 0 0.02
HSL 187.32º 0.94% 0.57% -
HSV(B) 187.32º 0.82% 0.98% -
XYZ 44.79 60.69 98.98 -
YUV 173.03 170.87 35.97 -
System Red Green Blue C M Y K H S L
Decimal 44 224 249 0.82 0.10 0 0.02 187.32 0.94 0.57
Hex 2C E0 F9 52 A 0 2 BB 5E 39
Octal 54 340 371 122 12 0 2 273 136 71
Binary 101100 11100000 11111001 1010010 1010 0 10 10111011 1011110 111001

Color Harmonies of #2CE0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE0F9

Black with #2CE0F9

Text Example


Text Example

White with #2CE0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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