Html Css Color HEX #3FFCCC Turquoise

📋 copy color: '#3FFCCC'

red 63 ◦ green 252 ◦ blue 204

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

Shades of Turquoise #3FFCCC

Tints of Turquoise #3FFCCC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.55%

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

R = 12.14%
G = 48.55%
B = 39.31%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#3FFCCC (or 0x3FFCCC) is known color: Turquoise. HEX triplet: 3F, FC and CC. RGB value is (63,252,204). Sum of RGB (Red+Green+Blue) = 63+252+204=519 (68% of max value = 765). Red value is 63 (25% from 255 or 12.14% from 519); Green value is 252 (98.83% from 255 or 48.55% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 252 - color contains mainly: green. Hex color #3FFCCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFCCC is #C00333. Grayscale: #BEBEBE. Windows color (decimal): -12583732 or 13433919. OLE color: 13433919.

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

Color convert

RGB 63 252 204 -
CMYK 0.75 0 0.19 0.01
HSL 164.76º 0.97% 0.62% -
HSV(B) 164.76º 0.75% 0.99% -
XYZ 47.76 75.04 69.09 -
YUV 190.02 135.88 37.4 -
System Red Green Blue C M Y K H S L
Decimal 63 252 204 0.75 0 0.19 0.01 164.76 0.97 0.62
Hex 3F FC CC 4B 0 13 1 A5 61 3E
Octal 77 374 314 113 0 23 1 245 141 76
Binary 111111 11111100 11001100 1001011 0 10011 1 10100101 1100001 111110

Color Harmonies of #3FFCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFCCC

Black with #3FFCCC

Text Example


Text Example

White with #3FFCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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