Html Css Color HEX #2FCCCB Medium Turquoise

📋 copy color: '#2FCCCB'

red 47 ◦ green 204 ◦ blue 203

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

Shades of Medium Turquoise #2FCCCB

Tints of Medium Turquoise #2FCCCB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.93%

 BLUE value IS 203 (79.69% from 255) = 44.71%

R = 10.35%
G = 44.93%
B = 44.71%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#2FCCCB (or 0x2FCCCB) is known color: Medium Turquoise. HEX triplet: 2F, CC and CB. RGB value is (47,204,203). Sum of RGB (Red+Green+Blue) = 47+204+203=454 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.35% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 204 - color contains mainly: green. Hex color #2FCCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCCCB is #D03334. Grayscale: #9C9C9C. Windows color (decimal): -13644597 or 13356079. OLE color: 13356079.

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

Color convert

RGB 47 204 203 -
CMYK 0.77 0 0.00 0.2
HSL 179.62º 0.63% 0.49% -
HSV(B) 179.62º 0.77% 0.8% -
XYZ 33.54 48.1 64.02 -
YUV 156.94 153.99 49.58 -
System Red Green Blue C M Y K H S L
Decimal 47 204 203 0.77 0 0.00 0.2 179.62 0.63 0.49
Hex 2F CC CB 4D 0 0 14 B4 3F 31
Octal 57 314 313 115 0 0 24 264 77 61
Binary 101111 11001100 11001011 1001101 0 0 10100 10110100 111111 110001

Color Harmonies of #2FCCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCCCB

Black with #2FCCCB

Text Example


Text Example

White with #2FCCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,204,203); }

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

background-color css

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

 a { background-color: rgb(47,204,203); }

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

border-color css

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

 span { border-color: rgb(47,204,203); }

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