Html Css Color HEX #2CDFCC Turquoise

📋 copy color: '#2CDFCC'

red 44 ◦ green 223 ◦ blue 204

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

Shades of Turquoise #2CDFCC

Tints of Turquoise #2CDFCC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.35%

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

R = 9.34%
G = 47.35%
B = 43.31%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#2CDFCC (or 0x2CDFCC) is known color: Turquoise. HEX triplet: 2C, DF and CC. RGB value is (44,223,204). Sum of RGB (Red+Green+Blue) = 44+223+204=471 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.34% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #2CDFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDFCC is #D32033. Grayscale: #A7A7A7. Windows color (decimal): -13836340 or 13426476. OLE color: 13426476.

HSL color Cylindrical-coordinate representation of color #2CDFCC: hue angle of 173.63º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDFCC is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 44 223 204 -
CMYK 0.80 0 0.09 0.13
HSL 173.63º 0.74% 0.52% -
HSV(B) 173.63º 0.8% 0.87% -
XYZ 38.33 57.67 66.24 -
YUV 167.31 148.7 40.04 -
System Red Green Blue C M Y K H S L
Decimal 44 223 204 0.80 0 0.09 0.13 173.63 0.74 0.52
Hex 2C DF CC 50 0 9 D AE 4A 34
Octal 54 337 314 120 0 11 15 256 112 64
Binary 101100 11011111 11001100 1010000 0 1001 1101 10101110 1001010 110100

Color Harmonies of #2CDFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CDFCC

Black with #2CDFCC

Text Example


Text Example

White with #2CDFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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