Html Css Color HEX #3BD6CF Turquoise

📋 copy color: '#3BD6CF'

red 59 ◦ green 214 ◦ blue 207

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

Shades of Turquoise #3BD6CF

Tints of Turquoise #3BD6CF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.58%

 BLUE value IS 207 (81.25% from 255) = 43.13%

R = 12.29%
G = 44.58%
B = 43.13%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#3BD6CF (or 0x3BD6CF) is known color: Turquoise. HEX triplet: 3B, D6 and CF. RGB value is (59,214,207). Sum of RGB (Red+Green+Blue) = 59+214+207=480 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.29% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD6CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD6CF is #C42930. Grayscale: #A6A6A6. Windows color (decimal): -12855601 or 13620795. OLE color: 13620795.

HSL color Cylindrical-coordinate representation of color #3BD6CF: hue angle of 177.29º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD6CF is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 59 214 207 -
CMYK 0.72 0 0.03 0.16
HSL 177.29º 0.65% 0.54% -
HSV(B) 177.29º 0.72% 0.84% -
XYZ 37.11 53.53 67.41 -
YUV 166.86 150.65 51.07 -
System Red Green Blue C M Y K H S L
Decimal 59 214 207 0.72 0 0.03 0.16 177.29 0.65 0.54
Hex 3B D6 CF 48 0 3 10 B1 41 36
Octal 73 326 317 110 0 3 20 261 101 66
Binary 111011 11010110 11001111 1001000 0 11 10000 10110001 1000001 110110

Color Harmonies of #3BD6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD6CF

Black with #3BD6CF

Text Example


Text Example

White with #3BD6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,214,207); }

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

background-color css

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

 a { background-color: rgb(59,214,207); }

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

border-color css

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

 span { border-color: rgb(59,214,207); }

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