Html Css Color HEX #3FCCDA Medium Turquoise

📋 copy color: '#3FCCDA'

red 63 ◦ green 204 ◦ blue 218

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

Shades of Medium Turquoise #3FCCDA

Tints of Medium Turquoise #3FCCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.95%

R = 12.99%
G = 42.06%
B = 44.95%

CMYK

 C value IS 0.71

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3FCCDA (or 0x3FCCDA) is known color: Medium Turquoise. HEX triplet: 3F, CC and DA. RGB value is (63,204,218). Sum of RGB (Red+Green+Blue) = 63+204+218=485 (64% of max value = 765). Red value is 63 (25% from 255 or 12.99% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #3FCCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCCDA is #C03325. Grayscale: #A3A3A3. Windows color (decimal): -12596006 or 14339135. OLE color: 14339135.

HSL color Cylindrical-coordinate representation of color #3FCCDA: hue angle of 185.42º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FCCDA is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 63 204 218 -
CMYK 0.71 0.06 0 0.15
HSL 185.42º 0.68% 0.55% -
HSV(B) 185.42º 0.71% 0.85% -
XYZ 36.3 49.3 73.93 -
YUV 163.44 158.79 56.36 -
System Red Green Blue C M Y K H S L
Decimal 63 204 218 0.71 0.06 0 0.15 185.42 0.68 0.55
Hex 3F CC DA 47 6 0 F B9 44 37
Octal 77 314 332 107 6 0 17 271 104 67
Binary 111111 11001100 11011010 1000111 110 0 1111 10111001 1000100 110111

Color Harmonies of #3FCCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCCDA

Black with #3FCCDA

Text Example


Text Example

White with #3FCCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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