Html Css Color HEX #2FCDC4 Medium Turquoise

📋 copy color: '#2FCDC4'

red 47 ◦ green 205 ◦ blue 196

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

Shades of Medium Turquoise #2FCDC4

Tints of Medium Turquoise #2FCDC4

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.76%

 BLUE value IS 196 (76.95% from 255) = 43.75%

R = 10.49%
G = 45.76%
B = 43.75%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#2FCDC4 (or 0x2FCDC4) is known color: Medium Turquoise. HEX triplet: 2F, CD and C4. RGB value is (47,205,196). Sum of RGB (Red+Green+Blue) = 47+205+196=448 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.49% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 196 (76.95% from 255 or 43.75% from 448); Max value from RGB is 205 - color contains mainly: green. Hex color #2FCDC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCDC4 is #D0323B. Grayscale: #9C9C9C. Windows color (decimal): -13644348 or 12897583. OLE color: 12897583.

HSL color Cylindrical-coordinate representation of color #2FCDC4: hue angle of 176.58º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCDC4 is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 47 205 196 -
CMYK 0.77 0 0.04 0.20
HSL 176.58º 0.63% 0.49% -
HSV(B) 176.58º 0.77% 0.8% -
XYZ 32.97 48.25 59.8 -
YUV 156.73 150.15 49.73 -
System Red Green Blue C M Y K H S L
Decimal 47 205 196 0.77 0 0.04 0.20 176.58 0.63 0.49
Hex 2F CD C4 4D 0 4 14 B1 3F 31
Octal 57 315 304 115 0 4 24 261 77 61
Binary 101111 11001101 11000100 1001101 0 100 10100 10110001 111111 110001

Color Harmonies of #2FCDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCDC4

Black with #2FCDC4

Text Example


Text Example

White with #2FCDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,205,196); }

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

background-color css

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

 a { background-color: rgb(47,205,196); }

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

border-color css

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

 span { border-color: rgb(47,205,196); }

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