Html Css Color HEX #3BD7DF Turquoise

📋 copy color: '#3BD7DF'

red 59 ◦ green 215 ◦ blue 223

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

Shades of Turquoise #3BD7DF

Tints of Turquoise #3BD7DF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.26%

 BLUE value IS 223 (87.5% from 255) = 44.87%

R = 11.87%
G = 43.26%
B = 44.87%

CMYK

 C value IS 0.74

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3BD7DF (or 0x3BD7DF) is known color: Turquoise. HEX triplet: 3B, D7 and DF. RGB value is (59,215,223). Sum of RGB (Red+Green+Blue) = 59+215+223=497 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.87% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #3BD7DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD7DF is #C42820. Grayscale: #A9A9A9. Windows color (decimal): -12855329 or 14669627. OLE color: 14669627.

HSL color Cylindrical-coordinate representation of color #3BD7DF: hue angle of 182.93º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BD7DF is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 59 215 223 -
CMYK 0.74 0.04 0 0.13
HSL 182.93º 0.72% 0.55% -
HSV(B) 182.93º 0.74% 0.87% -
XYZ 39.42 54.86 78.32 -
YUV 169.27 158.32 49.35 -
System Red Green Blue C M Y K H S L
Decimal 59 215 223 0.74 0.04 0 0.13 182.93 0.72 0.55
Hex 3B D7 DF 4A 4 0 D B7 48 37
Octal 73 327 337 112 4 0 15 267 110 67
Binary 111011 11010111 11011111 1001010 100 0 1101 10110111 1001000 110111

Color Harmonies of #3BD7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD7DF

Black with #3BD7DF

Text Example


Text Example

White with #3BD7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,215,223); }

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

background-color css

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

 a { background-color: rgb(59,215,223); }

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

border-color css

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

 span { border-color: rgb(59,215,223); }

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