Html Css Color HEX #3FDCCC Turquoise

📋 copy color: '#3FDCCC'

red 63 ◦ green 220 ◦ blue 204

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

Shades of Turquoise #3FDCCC

Tints of Turquoise #3FDCCC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.17%

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

R = 12.94%
G = 45.17%
B = 41.89%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#3FDCCC (or 0x3FDCCC) is known color: Turquoise. HEX triplet: 3F, DC and CC. RGB value is (63,220,204). Sum of RGB (Red+Green+Blue) = 63+220+204=487 (64% of max value = 765). Red value is 63 (25% from 255 or 12.94% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDCCC is #C02333. Grayscale: #ABABAB. Windows color (decimal): -12591924 or 13425727. OLE color: 13425727.

HSL color Cylindrical-coordinate representation of color #3FDCCC: hue angle of 173.89º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDCCC is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 63 220 204 -
CMYK 0.71 0 0.07 0.14
HSL 173.89º 0.69% 0.55% -
HSV(B) 173.89º 0.71% 0.86% -
XYZ 38.54 56.6 66.02 -
YUV 171.23 146.49 50.8 -
System Red Green Blue C M Y K H S L
Decimal 63 220 204 0.71 0 0.07 0.14 173.89 0.69 0.55
Hex 3F DC CC 47 0 7 E AE 45 37
Octal 77 334 314 107 0 7 16 256 105 67
Binary 111111 11011100 11001100 1000111 0 111 1110 10101110 1000101 110111

Color Harmonies of #3FDCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDCCC

Black with #3FDCCC

Text Example


Text Example

White with #3FDCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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