Html Css Color HEX #2FCACD Medium Turquoise

📋 copy color: '#2FCACD'

red 47 ◦ green 202 ◦ blue 205

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

Shades of Medium Turquoise #2FCACD

Tints of Medium Turquoise #2FCACD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.49%

 BLUE value IS 205 (80.47% from 255) = 45.15%

R = 10.35%
G = 44.49%
B = 45.15%

CMYK

 C value IS 0.77

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2FCACD (or 0x2FCACD) is known color: Medium Turquoise. HEX triplet: 2F, CA and CD. RGB value is (47,202,205). Sum of RGB (Red+Green+Blue) = 47+202+205=454 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.35% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #2FCACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCACD is #D03532. Grayscale: #9B9B9B. Windows color (decimal): -13645107 or 13486639. OLE color: 13486639.

HSL color Cylindrical-coordinate representation of color #2FCACD: hue angle of 181.14º 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 #2FCACD is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 47 202 205 -
CMYK 0.77 0.01 0 0.20
HSL 181.14º 0.63% 0.49% -
HSV(B) 181.14º 0.77% 0.8% -
XYZ 33.31 47.25 65.12 -
YUV 156 155.65 50.26 -
System Red Green Blue C M Y K H S L
Decimal 47 202 205 0.77 0.01 0 0.20 181.14 0.63 0.49
Hex 2F CA CD 4D 1 0 14 B5 3F 31
Octal 57 312 315 115 1 0 24 265 77 61
Binary 101111 11001010 11001101 1001101 1 0 10100 10110101 111111 110001

Color Harmonies of #2FCACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCACD

Black with #2FCACD

Text Example


Text Example

White with #2FCACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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