Html Css Color HEX #3BF8C7 Turquoise

📋 copy color: '#3BF8C7'

red 59 ◦ green 248 ◦ blue 199

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

Shades of Turquoise #3BF8C7

Tints of Turquoise #3BF8C7

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.01%

 BLUE value IS 199 (78.13% from 255) = 39.33%

R = 11.66%
G = 49.01%
B = 39.33%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#3BF8C7 (or 0x3BF8C7) is known color: Turquoise. HEX triplet: 3B, F8 and C7. RGB value is (59,248,199). Sum of RGB (Red+Green+Blue) = 59+248+199=506 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.66% from 506); Green value is 248 (97.27% from 255 or 49.01% from 506); Blue value is 199 (78.12% from 255 or 39.33% from 506); Max value from RGB is 248 - color contains mainly: green. Hex color #3BF8C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BF8C7 is #C40738. Grayscale: #B9B9B9. Windows color (decimal): -12846905 or 13105211. OLE color: 13105211.

HSL color Cylindrical-coordinate representation of color #3BF8C7: hue angle of 164.44º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF8C7 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB 59 248 199 -
CMYK 0.76 0 0.20 0.03
HSL 164.44º 0.93% 0.6% -
HSV(B) 164.44º 0.76% 0.97% -
XYZ 45.68 72.19 65.56 -
YUV 185.9 135.38 37.48 -
System Red Green Blue C M Y K H S L
Decimal 59 248 199 0.76 0 0.20 0.03 164.44 0.93 0.6
Hex 3B F8 C7 4C 0 14 3 A4 5D 3C
Octal 73 370 307 114 0 24 3 244 135 74
Binary 111011 11111000 11000111 1001100 0 10100 11 10100100 1011101 111100

Color Harmonies of #3BF8C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF8C7

Black with #3BF8C7

Text Example


Text Example

White with #3BF8C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,248,199); }

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

background-color css

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

 a { background-color: rgb(59,248,199); }

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

border-color css

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

 span { border-color: rgb(59,248,199); }

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