Html Css Color HEX #3BD8CB Turquoise

📋 copy color: '#3BD8CB'

red 59 ◦ green 216 ◦ blue 203

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

Shades of Turquoise #3BD8CB

Tints of Turquoise #3BD8CB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.19%

 BLUE value IS 203 (79.69% from 255) = 42.47%

R = 12.34%
G = 45.19%
B = 42.47%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#3BD8CB (or 0x3BD8CB) is known color: Turquoise. HEX triplet: 3B, D8 and CB. RGB value is (59,216,203). Sum of RGB (Red+Green+Blue) = 59+216+203=478 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.34% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 216 - color contains mainly: green. Hex color #3BD8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD8CB is #C42734. Grayscale: #A7A7A7. Windows color (decimal): -12855093 or 13359163. OLE color: 13359163.

HSL color Cylindrical-coordinate representation of color #3BD8CB: hue angle of 175.03º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BD8CB is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 59 216 203 -
CMYK 0.73 0 0.06 0.15
HSL 175.03º 0.67% 0.54% -
HSV(B) 175.03º 0.73% 0.85% -
XYZ 37.14 54.35 65.03 -
YUV 167.58 147.99 50.56 -
System Red Green Blue C M Y K H S L
Decimal 59 216 203 0.73 0 0.06 0.15 175.03 0.67 0.54
Hex 3B D8 CB 49 0 6 F AF 43 36
Octal 73 330 313 111 0 6 17 257 103 66
Binary 111011 11011000 11001011 1001001 0 110 1111 10101111 1000011 110110

Color Harmonies of #3BD8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD8CB

Black with #3BD8CB

Text Example


Text Example

White with #3BD8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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