Html Css Color HEX #3BFCF0 Turquoise

📋 copy color: '#3BFCF0'

red 59 ◦ green 252 ◦ blue 240

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

Shades of Turquoise #3BFCF0

Tints of Turquoise #3BFCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.56%

R = 10.71%
G = 45.74%
B = 43.56%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#3BFCF0 (or 0x3BFCF0) is known color: Turquoise. HEX triplet: 3B, FC and F0. RGB value is (59,252,240). Sum of RGB (Red+Green+Blue) = 59+252+240=551 (72% of max value = 765). Red value is 59 (23.44% from 255 or 10.71% from 551); Green value is 252 (98.83% from 255 or 45.74% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 252 - color contains mainly: green. Hex color #3BFCF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BFCF0 is #C4030F. Grayscale: #C0C0C0. Windows color (decimal): -12845840 or 15793211. OLE color: 15793211.

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

Color convert

RGB 59 252 240 -
CMYK 0.77 0 0.05 0.01
HSL 176.27º 0.97% 0.61% -
HSV(B) 176.27º 0.77% 0.99% -
XYZ 52.34 76.84 94.51 -
YUV 192.93 154.56 32.48 -
System Red Green Blue C M Y K H S L
Decimal 59 252 240 0.77 0 0.05 0.01 176.27 0.97 0.61
Hex 3B FC F0 4D 0 5 1 B0 61 3D
Octal 73 374 360 115 0 5 1 260 141 75
Binary 111011 11111100 11110000 1001101 0 101 1 10110000 1100001 111101

Color Harmonies of #3BFCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BFCF0

Black with #3BFCF0

Text Example


Text Example

White with #3BFCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,252,240); }

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

background-color css

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

 a { background-color: rgb(59,252,240); }

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

border-color css

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

 span { border-color: rgb(59,252,240); }

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