Html Css Color HEX #3FCBCD Medium Turquoise

📋 copy color: '#3FCBCD'

red 63 ◦ green 203 ◦ blue 205

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

Shades of Medium Turquoise #3FCBCD

Tints of Medium Turquoise #3FCBCD

RGB

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

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

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

R = 13.38%
G = 43.1%
B = 43.52%

CMYK

 C value IS 0.69

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3FCBCD (or 0x3FCBCD) is known color: Medium Turquoise. HEX triplet: 3F, CB and CD. RGB value is (63,203,205). Sum of RGB (Red+Green+Blue) = 63+203+205=471 (62% of max value = 765). Red value is 63 (25% from 255 or 13.38% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #3FCBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCBCD is #C03432. Grayscale: #A1A1A1. Windows color (decimal): -12596275 or 13486911. OLE color: 13486911.

HSL color Cylindrical-coordinate representation of color #3FCBCD: hue angle of 180.85º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCBCD is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 63 203 205 -
CMYK 0.69 0.01 0 0.20
HSL 180.85º 0.59% 0.53% -
HSV(B) 180.85º 0.69% 0.8% -
XYZ 34.43 48.18 65.24 -
YUV 161.37 152.62 57.84 -
System Red Green Blue C M Y K H S L
Decimal 63 203 205 0.69 0.01 0 0.20 180.85 0.59 0.53
Hex 3F CB CD 45 1 0 14 B5 3B 35
Octal 77 313 315 105 1 0 24 265 73 65
Binary 111111 11001011 11001101 1000101 1 0 10100 10110101 111011 110101

Color Harmonies of #3FCBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCBCD

Black with #3FCBCD

Text Example


Text Example

White with #3FCBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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