Html Css Color HEX #3FFCCA Turquoise

📋 copy color: '#3FFCCA'

red 63 ◦ green 252 ◦ blue 202

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

Shades of Turquoise #3FFCCA

Tints of Turquoise #3FFCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.07%

R = 12.19%
G = 48.74%
B = 39.07%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#3FFCCA (or 0x3FFCCA) is known color: Turquoise. HEX triplet: 3F, FC and CA. RGB value is (63,252,202). Sum of RGB (Red+Green+Blue) = 63+252+202=517 (68% of max value = 765). Red value is 63 (25% from 255 or 12.19% from 517); Green value is 252 (98.83% from 255 or 48.74% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 252 - color contains mainly: green. Hex color #3FFCCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFCCA is #C00335. Grayscale: #BDBDBD. Windows color (decimal): -12583734 or 13302847. OLE color: 13302847.

HSL color Cylindrical-coordinate representation of color #3FFCCA: hue angle of 164.13º 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 #3FFCCA is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 63 252 202 -
CMYK 0.75 0 0.20 0.01
HSL 164.13º 0.97% 0.62% -
HSV(B) 164.13º 0.75% 0.99% -
XYZ 47.52 74.94 67.84 -
YUV 189.79 134.88 37.57 -
System Red Green Blue C M Y K H S L
Decimal 63 252 202 0.75 0 0.20 0.01 164.13 0.97 0.62
Hex 3F FC CA 4B 0 14 1 A4 61 3E
Octal 77 374 312 113 0 24 1 244 141 76
Binary 111111 11111100 11001010 1001011 0 10100 1 10100100 1100001 111110

Color Harmonies of #3FFCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFCCA

Black with #3FFCCA

Text Example


Text Example

White with #3FFCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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