Html Css Color HEX #3BFACD Turquoise

📋 copy color: '#3BFACD'

red 59 ◦ green 250 ◦ blue 205

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

Shades of Turquoise #3BFACD

Tints of Turquoise #3BFACD

RGB

 RED value IS 59 (23.44% from 255) = 11.48%

 GREEN value IS 250 (98.05% from 255) = 48.64%

 BLUE value IS 205 (80.47% from 255) = 39.88%

R = 11.48%
G = 48.64%
B = 39.88%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#3BFACD (or 0x3BFACD) is known color: Turquoise. HEX triplet: 3B, FA and CD. RGB value is (59,250,205). Sum of RGB (Red+Green+Blue) = 59+250+205=514 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.48% from 514); Green value is 250 (98.05% from 255 or 48.64% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 250 - color contains mainly: green. Hex color #3BFACD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFACD is #C40532. Grayscale: #BBBBBB. Windows color (decimal): -12846387 or 13498939. OLE color: 13498939.

HSL color Cylindrical-coordinate representation of color #3BFACD: hue angle of 165.86º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BFACD is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 59 250 205 -
CMYK 0.76 0 0.18 0.02
HSL 165.86º 0.95% 0.61% -
HSV(B) 165.86º 0.76% 0.98% -
XYZ 47.01 73.71 69.51 -
YUV 187.76 137.72 36.16 -
System Red Green Blue C M Y K H S L
Decimal 59 250 205 0.76 0 0.18 0.02 165.86 0.95 0.61
Hex 3B FA CD 4C 0 12 2 A6 5F 3D
Octal 73 372 315 114 0 22 2 246 137 75
Binary 111011 11111010 11001101 1001100 0 10010 10 10100110 1011111 111101

Color Harmonies of #3BFACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BFACD

Black with #3BFACD

Text Example


Text Example

White with #3BFACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,250,205); }

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

background-color css

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

 a { background-color: rgb(59,250,205); }

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

border-color css

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

 span { border-color: rgb(59,250,205); }

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