Html Css Color HEX #2CEFCC Turquoise

📋 copy color: '#2CEFCC'

red 44 ◦ green 239 ◦ blue 204

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

Shades of Turquoise #2CEFCC

Tints of Turquoise #2CEFCC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.08%

 BLUE value IS 204 (80.08% from 255) = 41.89%

R = 9.03%
G = 49.08%
B = 41.89%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#2CEFCC (or 0x2CEFCC) is known color: Turquoise. HEX triplet: 2C, EF and CC. RGB value is (44,239,204). Sum of RGB (Red+Green+Blue) = 44+239+204=487 (64% of max value = 765). Red value is 44 (17.58% from 255 or 9.03% from 487); Green value is 239 (93.75% from 255 or 49.08% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEFCC is #D31033. Grayscale: #B0B0B0. Windows color (decimal): -13832244 or 13430572. OLE color: 13430572.

HSL color Cylindrical-coordinate representation of color #2CEFCC: hue angle of 169.23º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CEFCC is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 44 239 204 -
CMYK 0.82 0 0.15 0.06
HSL 169.23º 0.86% 0.55% -
HSV(B) 169.23º 0.82% 0.94% -
XYZ 42.8 66.63 67.73 -
YUV 176.71 143.4 33.35 -
System Red Green Blue C M Y K H S L
Decimal 44 239 204 0.82 0 0.15 0.06 169.23 0.86 0.55
Hex 2C EF CC 52 0 F 6 A9 56 37
Octal 54 357 314 122 0 17 6 251 126 67
Binary 101100 11101111 11001100 1010010 0 1111 110 10101001 1010110 110111

Color Harmonies of #2CEFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CEFCC

Black with #2CEFCC

Text Example


Text Example

White with #2CEFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,239,204); }

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

background-color css

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

 a { background-color: rgb(44,239,204); }

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

border-color css

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

 span { border-color: rgb(44,239,204); }

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