Html Css Color HEX #3FCCCD Medium Turquoise

📋 copy color: '#3FCCCD'

red 63 ◦ green 204 ◦ blue 205

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

Shades of Medium Turquoise #3FCCCD

Tints of Medium Turquoise #3FCCCD

RGB

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

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

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

R = 13.35%
G = 43.22%
B = 43.43%

CMYK

 C value IS 0.69

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3FCCCD (or 0x3FCCCD) is known color: Medium Turquoise. HEX triplet: 3F, CC and CD. RGB value is (63,204,205). Sum of RGB (Red+Green+Blue) = 63+204+205=472 (62% of max value = 765). Red value is 63 (25% from 255 or 13.35% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #3FCCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCCCD is #C03332. Grayscale: #A1A1A1. Windows color (decimal): -12596019 or 13487167. OLE color: 13487167.

HSL color Cylindrical-coordinate representation of color #3FCCCD: hue angle of 180.42º 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 #3FCCCD is Cyan = 0.69, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 63 204 205 -
CMYK 0.69 0.00 0 0.20
HSL 180.42º 0.59% 0.53% -
HSV(B) 180.42º 0.69% 0.8% -
XYZ 34.66 48.65 65.32 -
YUV 161.96 152.29 57.42 -
System Red Green Blue C M Y K H S L
Decimal 63 204 205 0.69 0.00 0 0.20 180.42 0.59 0.53
Hex 3F CC CD 45 0 0 14 B4 3B 35
Octal 77 314 315 105 0 0 24 264 73 65
Binary 111111 11001100 11001101 1000101 0 0 10100 10110100 111011 110101

Color Harmonies of #3FCCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCCCD

Black with #3FCCCD

Text Example


Text Example

White with #3FCCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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