Html Css Color HEX #2CD5CF Turquoise

📋 copy color: '#2CD5CF'

red 44 ◦ green 213 ◦ blue 207

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

Shades of Turquoise #2CD5CF

Tints of Turquoise #2CD5CF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.91%

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

R = 9.48%
G = 45.91%
B = 44.61%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#2CD5CF (or 0x2CD5CF) is known color: Turquoise. HEX triplet: 2C, D5 and CF. RGB value is (44,213,207). Sum of RGB (Red+Green+Blue) = 44+213+207=464 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.48% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 213 - color contains mainly: green. Hex color #2CD5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CD5CF is #D32A30. Grayscale: #A1A1A1. Windows color (decimal): -13838897 or 13620524. OLE color: 13620524.

HSL color Cylindrical-coordinate representation of color #2CD5CF: hue angle of 177.87º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD5CF is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 44 213 207 -
CMYK 0.79 0 0.03 0.16
HSL 177.87º 0.67% 0.5% -
HSV(B) 177.87º 0.79% 0.84% -
XYZ 36.1 52.63 67.29 -
YUV 161.79 153.51 43.99 -
System Red Green Blue C M Y K H S L
Decimal 44 213 207 0.79 0 0.03 0.16 177.87 0.67 0.5
Hex 2C D5 CF 4F 0 3 10 B2 43 32
Octal 54 325 317 117 0 3 20 262 103 62
Binary 101100 11010101 11001111 1001111 0 11 10000 10110010 1000011 110010

Color Harmonies of #2CD5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD5CF

Black with #2CD5CF

Text Example


Text Example

White with #2CD5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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