Html Css Color HEX #3BD9E6 Turquoise

📋 copy color: '#3BD9E6'

red 59 ◦ green 217 ◦ blue 230

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

Shades of Turquoise #3BD9E6

Tints of Turquoise #3BD9E6

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.89%

 BLUE value IS 230 (90.23% from 255) = 45.45%

R = 11.66%
G = 42.89%
B = 45.45%

CMYK

 C value IS 0.74

 M value IS 0.06

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3BD9E6 (or 0x3BD9E6) is known color: Turquoise. HEX triplet: 3B, D9 and E6. RGB value is (59,217,230). Sum of RGB (Red+Green+Blue) = 59+217+230=506 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.66% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 230 - color contains mainly: blue. Hex color #3BD9E6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BD9E6 is #C42619. Grayscale: #ABABAB. Windows color (decimal): -12854810 or 15128891. OLE color: 15128891.

HSL color Cylindrical-coordinate representation of color #3BD9E6: hue angle of 184.56º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BD9E6 is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 59 217 230 -
CMYK 0.74 0.06 0 0.10
HSL 184.56º 0.77% 0.57% -
HSV(B) 184.56º 0.74% 0.9% -
XYZ 40.9 56.27 83.57 -
YUV 171.24 161.15 47.94 -
System Red Green Blue C M Y K H S L
Decimal 59 217 230 0.74 0.06 0 0.10 184.56 0.77 0.57
Hex 3B D9 E6 4A 6 0 A B9 4D 39
Octal 73 331 346 112 6 0 12 271 115 71
Binary 111011 11011001 11100110 1001010 110 0 1010 10111001 1001101 111001

Color Harmonies of #3BD9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD9E6

Black with #3BD9E6

Text Example


Text Example

White with #3BD9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,217,230); }

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

background-color css

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

 a { background-color: rgb(59,217,230); }

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

border-color css

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

 span { border-color: rgb(59,217,230); }

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