Html Css Color HEX #3BE7D8 Turquoise

📋 copy color: '#3BE7D8'

red 59 ◦ green 231 ◦ blue 216

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

Shades of Turquoise #3BE7D8

Tints of Turquoise #3BE7D8

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.65%

 BLUE value IS 216 (84.77% from 255) = 42.69%

R = 11.66%
G = 45.65%
B = 42.69%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#3BE7D8 (or 0x3BE7D8) is known color: Turquoise. HEX triplet: 3B, E7 and D8. RGB value is (59,231,216). Sum of RGB (Red+Green+Blue) = 59+231+216=506 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.66% from 506); Green value is 231 (90.62% from 255 or 45.65% from 506); Blue value is 216 (84.77% from 255 or 42.69% from 506); Max value from RGB is 231 - color contains mainly: green. Hex color #3BE7D8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BE7D8 is #C41827. Grayscale: #B1B1B1. Windows color (decimal): -12851240 or 14214971. OLE color: 14214971.

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

Color convert

RGB 59 231 216 -
CMYK 0.74 0 0.06 0.09
HSL 174.77º 0.78% 0.57% -
HSV(B) 174.77º 0.74% 0.91% -
XYZ 42.77 63.04 74.88 -
YUV 177.86 149.52 43.22 -
System Red Green Blue C M Y K H S L
Decimal 59 231 216 0.74 0 0.06 0.09 174.77 0.78 0.57
Hex 3B E7 D8 4A 0 6 9 AF 4E 39
Octal 73 347 330 112 0 6 11 257 116 71
Binary 111011 11100111 11011000 1001010 0 110 1001 10101111 1001110 111001

Color Harmonies of #3BE7D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE7D8

Black with #3BE7D8

Text Example


Text Example

White with #3BE7D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,231,216); }

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

background-color css

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

 a { background-color: rgb(59,231,216); }

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

border-color css

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

 span { border-color: rgb(59,231,216); }

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