Html Css Color HEX #3FCBCF Medium Turquoise

📋 copy color: '#3FCBCF'

red 63 ◦ green 203 ◦ blue 207

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

Shades of Medium Turquoise #3FCBCF

Tints of Medium Turquoise #3FCBCF

RGB

 RED value IS 63 (25% from 255) = 13.32%

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

 BLUE value IS 207 (81.25% from 255) = 43.76%

R = 13.32%
G = 42.92%
B = 43.76%

CMYK

 C value IS 0.70

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3FCBCF (or 0x3FCBCF) is known color: Medium Turquoise. HEX triplet: 3F, CB and CF. RGB value is (63,203,207). Sum of RGB (Red+Green+Blue) = 63+203+207=473 (62% of max value = 765). Red value is 63 (25% from 255 or 13.32% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #3FCBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCBCF is #C03430. Grayscale: #A1A1A1. Windows color (decimal): -12596273 or 13617983. OLE color: 13617983.

HSL color Cylindrical-coordinate representation of color #3FCBCF: hue angle of 181.67º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FCBCF is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 203 207 -
CMYK 0.70 0.02 0 0.19
HSL 181.67º 0.6% 0.53% -
HSV(B) 181.67º 0.7% 0.81% -
XYZ 34.67 48.27 66.52 -
YUV 161.6 153.62 57.67 -
System Red Green Blue C M Y K H S L
Decimal 63 203 207 0.70 0.02 0 0.19 181.67 0.6 0.53
Hex 3F CB CF 46 2 0 13 B6 3C 35
Octal 77 313 317 106 2 0 23 266 74 65
Binary 111111 11001011 11001111 1000110 10 0 10011 10110110 111100 110101

Color Harmonies of #3FCBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCBCF

Black with #3FCBCF

Text Example


Text Example

White with #3FCBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3FCBCF; }

 p { color: rgb(63,203,207); }

 H1.HeaderClassName
 {
   color: #3FCBCF;
 }
 .AnyTagClassName
 {
   color: #3FCBCF;
 }
</style>

background-color css

<style>
 a { background-color: #3FCBCF; }

 a { background-color: rgb(63,203,207); }

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

border-color css

<style>
 span { border-color: #3FCBCF; }

 span { border-color: rgb(63,203,207); }

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