Html Css Color HEX #2CCFCC Turquoise

📋 copy color: '#2CCFCC'

red 44 ◦ green 207 ◦ blue 204

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

Shades of Turquoise #2CCFCC

Tints of Turquoise #2CCFCC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.49%

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

R = 9.67%
G = 45.49%
B = 44.84%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#2CCFCC (or 0x2CCFCC) is known color: Turquoise. HEX triplet: 2C, CF and CC. RGB value is (44,207,204). Sum of RGB (Red+Green+Blue) = 44+207+204=455 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.67% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 207 - color contains mainly: green. Hex color #2CCFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCFCC is #D33033. Grayscale: #9D9D9D. Windows color (decimal): -13840436 or 13422380. OLE color: 13422380.

HSL color Cylindrical-coordinate representation of color #2CCFCC: hue angle of 178.9º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CCFCC is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 44 207 204 -
CMYK 0.79 0 0.01 0.19
HSL 178.9º 0.65% 0.49% -
HSV(B) 178.9º 0.79% 0.81% -
XYZ 34.25 49.52 64.88 -
YUV 157.92 154 46.74 -
System Red Green Blue C M Y K H S L
Decimal 44 207 204 0.79 0 0.01 0.19 178.9 0.65 0.49
Hex 2C CF CC 4F 0 1 13 B3 41 31
Octal 54 317 314 117 0 1 23 263 101 61
Binary 101100 11001111 11001100 1001111 0 1 10011 10110011 1000001 110001

Color Harmonies of #2CCFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCFCC

Black with #2CCFCC

Text Example


Text Example

White with #2CCFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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