Html Css Color HEX #3FFFCC Turquoise

📋 copy color: '#3FFFCC'

red 63 ◦ green 255 ◦ blue 204

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

Shades of Turquoise #3FFFCC

Tints of Turquoise #3FFFCC

RGB

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

 GREEN value IS 255 (100% from 255) = 48.85%

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

R = 12.07%
G = 48.85%
B = 39.08%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#3FFFCC (or 0x3FFFCC) is known color: Turquoise. HEX triplet: 3F, FF and CC. RGB value is (63,255,204). Sum of RGB (Red+Green+Blue) = 63+255+204=522 (69% of max value = 765). Red value is 63 (25% from 255 or 12.07% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFFCC is #C00033. Grayscale: #BFBFBF. Windows color (decimal): -12582964 or 13434687. OLE color: 13434687.

HSL color Cylindrical-coordinate representation of color #3FFFCC: hue angle of 164.06º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFFCC is Cyan = 0.75, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB 63 255 204 -
CMYK 0.75 0 0.2 0
HSL 164.06º 1% 0.62% -
HSV(B) 164.06º 0.75% 1% -
XYZ 48.71 76.94 69.41 -
YUV 191.78 134.89 36.15 -
System Red Green Blue C M Y K H S L
Decimal 63 255 204 0.75 0 0.2 0 164.06 1 0.62
Hex 3F FF CC 4B 0 14 0 A4 64 3E
Octal 77 377 314 113 0 24 0 244 144 76
Binary 111111 11111111 11001100 1001011 0 10100 0 10100100 1100100 111110

Color Harmonies of #3FFFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFFCC

Black with #3FFFCC

Text Example


Text Example

White with #3FFFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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