Html Css Color HEX #3FCCCC Medium Turquoise

📋 copy color: '#3FCCCC'

red 63 ◦ green 204 ◦ blue 204

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

Shades of Medium Turquoise #3FCCCC

Tints of Medium Turquoise #3FCCCC

RGB

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

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

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

R = 13.38%
G = 43.31%
B = 43.31%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3FCCCC (or 0x3FCCCC) is known color: Medium Turquoise. HEX triplet: 3F, CC and CC. RGB value is (63,204,204). Sum of RGB (Red+Green+Blue) = 63+204+204=471 (62% of max value = 765). Red value is 63 (25% from 255 or 13.38% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #3FCCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCCCC is #C03333. Grayscale: #A1A1A1. Windows color (decimal): -12596020 or 13421631. OLE color: 13421631.

HSL color Cylindrical-coordinate representation of color #3FCCCC: hue angle of 180º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCCCC is Cyan = 0.69, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 63 204 204 -
CMYK 0.69 0 0 0.2
HSL 180º 0.58% 0.52% -
HSV(B) 180º 0.69% 0.8% -
XYZ 34.54 48.6 64.69 -
YUV 161.84 151.79 57.5 -
System Red Green Blue C M Y K H S L
Decimal 63 204 204 0.69 0 0 0.2 180 0.58 0.52
Hex 3F CC CC 45 0 0 14 B4 3A 34
Octal 77 314 314 105 0 0 24 264 72 64
Binary 111111 11001100 11001100 1000101 0 0 10100 10110100 111010 110100

Color Harmonies of #3FCCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCCCC

Black with #3FCCCC

Text Example


Text Example

White with #3FCCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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