Html Css Color HEX #3FFFD2 Turquoise

📋 copy color: '#3FFFD2'

red 63 ◦ green 255 ◦ blue 210

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

Shades of Turquoise #3FFFD2

Tints of Turquoise #3FFFD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 39.77%

R = 11.93%
G = 48.3%
B = 39.77%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#3FFFD2 (or 0x3FFFD2) is known color: Turquoise. HEX triplet: 3F, FF and D2. RGB value is (63,255,210). Sum of RGB (Red+Green+Blue) = 63+255+210=528 (69% of max value = 765). Red value is 63 (25% from 255 or 11.93% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 210 (82.42% from 255 or 39.77% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFFD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFFD2 is #C0002D. Grayscale: #C0C0C0. Windows color (decimal): -12582958 or 13827903. OLE color: 13827903.

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

Color convert

RGB 63 255 210 -
CMYK 0.75 0 0.18 0
HSL 165.94º 1% 0.62% -
HSV(B) 165.94º 0.75% 1% -
XYZ 49.44 77.23 73.27 -
YUV 192.46 137.89 35.66 -
System Red Green Blue C M Y K H S L
Decimal 63 255 210 0.75 0 0.18 0 165.94 1 0.62
Hex 3F FF D2 4B 0 12 0 A6 64 3E
Octal 77 377 322 113 0 22 0 246 144 76
Binary 111111 11111111 11010010 1001011 0 10010 0 10100110 1100100 111110

Color Harmonies of #3FFFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFFD2

Black with #3FFFD2

Text Example


Text Example

White with #3FFFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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