Html Css Color HEX #2FCBCC Medium Turquoise

📋 copy color: '#2FCBCC'

red 47 ◦ green 203 ◦ blue 204

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

Shades of Medium Turquoise #2FCBCC

Tints of Medium Turquoise #2FCBCC

RGB

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

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

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

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

CMYK

 C value IS 0.77

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #2FCBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCBCC

Black with #2FCBCC

Text Example


Text Example

White with #2FCBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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