Html Css Color HEX #2CC9CF Medium Turquoise

📋 copy color: '#2CC9CF'

red 44 ◦ green 201 ◦ blue 207

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

Shades of Medium Turquoise #2CC9CF

Tints of Medium Turquoise #2CC9CF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.47%

 BLUE value IS 207 (81.25% from 255) = 45.8%

R = 9.73%
G = 44.47%
B = 45.8%

CMYK

 C value IS 0.79

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2CC9CF (or 0x2CC9CF) is known color: Medium Turquoise. HEX triplet: 2C, C9 and CF. RGB value is (44,201,207). Sum of RGB (Red+Green+Blue) = 44+201+207=452 (59% of max value = 765). Red value is 44 (17.58% from 255 or 9.73% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #2CC9CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CC9CF is #D33630. Grayscale: #9A9A9A. Windows color (decimal): -13841969 or 13617452. OLE color: 13617452.

HSL color Cylindrical-coordinate representation of color #2CC9CF: hue angle of 182.21º 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 #2CC9CF is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 44 201 207 -
CMYK 0.79 0.03 0 0.19
HSL 182.21º 0.65% 0.49% -
HSV(B) 182.21º 0.79% 0.81% -
XYZ 33.19 46.81 66.32 -
YUV 154.74 157.49 49.01 -
System Red Green Blue C M Y K H S L
Decimal 44 201 207 0.79 0.03 0 0.19 182.21 0.65 0.49
Hex 2C C9 CF 4F 3 0 13 B6 41 31
Octal 54 311 317 117 3 0 23 266 101 61
Binary 101100 11001001 11001111 1001111 11 0 10011 10110110 1000001 110001

Color Harmonies of #2CC9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC9CF

Black with #2CC9CF

Text Example


Text Example

White with #2CC9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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