Html Css Color HEX #2CEFCA Turquoise

📋 copy color: '#2CEFCA'

red 44 ◦ green 239 ◦ blue 202

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

Shades of Turquoise #2CEFCA

Tints of Turquoise #2CEFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.65%

R = 9.07%
G = 49.28%
B = 41.65%

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

#2CEFCA (or 0x2CEFCA) is known color: Turquoise. HEX triplet: 2C, EF and CA. RGB value is (44,239,202). Sum of RGB (Red+Green+Blue) = 44+239+202=485 (64% of max value = 765). Red value is 44 (17.58% from 255 or 9.07% from 485); Green value is 239 (93.75% from 255 or 49.28% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEFCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEFCA is #D31035. Grayscale: #B0B0B0. Windows color (decimal): -13832246 or 13299500. OLE color: 13299500.

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

Color convert

RGB 44 239 202 -
CMYK 0.82 0 0.15 0.06
HSL 168.62º 0.86% 0.55% -
HSV(B) 168.62º 0.82% 0.94% -
XYZ 42.57 66.53 66.48 -
YUV 176.48 142.4 33.51 -
System Red Green Blue C M Y K H S L
Decimal 44 239 202 0.82 0 0.15 0.06 168.62 0.86 0.55
Hex 2C EF CA 52 0 F 6 A9 56 37
Octal 54 357 312 122 0 17 6 251 126 67
Binary 101100 11101111 11001010 1010010 0 1111 110 10101001 1010110 110111

Color Harmonies of #2CEFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CEFCA

Black with #2CEFCA

Text Example


Text Example

White with #2CEFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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