Html Css Color HEX #2FD6CA Turquoise

📋 copy color: '#2FD6CA'

red 47 ◦ green 214 ◦ blue 202

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

Shades of Turquoise #2FD6CA

Tints of Turquoise #2FD6CA

RGB

 RED value IS 47 (18.75% from 255) = 10.15%

 GREEN value IS 214 (83.98% from 255) = 46.22%

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

R = 10.15%
G = 46.22%
B = 43.63%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#2FD6CA (or 0x2FD6CA) is known color: Turquoise. HEX triplet: 2F, D6 and CA. RGB value is (47,214,202). Sum of RGB (Red+Green+Blue) = 47+214+202=463 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.15% from 463); Green value is 214 (83.98% from 255 or 46.22% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 214 - color contains mainly: green. Hex color #2FD6CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FD6CA is #D02935. Grayscale: #A2A2A2. Windows color (decimal): -13642038 or 13293103. OLE color: 13293103.

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

Color convert

RGB 47 214 202 -
CMYK 0.78 0 0.06 0.16
HSL 175.69º 0.67% 0.51% -
HSV(B) 175.69º 0.78% 0.84% -
XYZ 35.88 52.96 64.21 -
YUV 162.7 150.17 45.48 -
System Red Green Blue C M Y K H S L
Decimal 47 214 202 0.78 0 0.06 0.16 175.69 0.67 0.51
Hex 2F D6 CA 4E 0 6 10 B0 43 33
Octal 57 326 312 116 0 6 20 260 103 63
Binary 101111 11010110 11001010 1001110 0 110 10000 10110000 1000011 110011

Color Harmonies of #2FD6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD6CA

Black with #2FD6CA

Text Example


Text Example

White with #2FD6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,214,202); }

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

background-color css

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

 a { background-color: rgb(47,214,202); }

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

border-color css

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

 span { border-color: rgb(47,214,202); }

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