Html Css Color HEX #3BDBEB Turquoise

📋 copy color: '#3BDBEB'

red 59 ◦ green 219 ◦ blue 235

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

Shades of Turquoise #3BDBEB

Tints of Turquoise #3BDBEB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.69%

 BLUE value IS 235 (92.19% from 255) = 45.81%

R = 11.5%
G = 42.69%
B = 45.81%

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3BDBEB (or 0x3BDBEB) is known color: Turquoise. HEX triplet: 3B, DB and EB. RGB value is (59,219,235). Sum of RGB (Red+Green+Blue) = 59+219+235=513 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.50% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #3BDBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BDBEB is #C42414. Grayscale: #ACACAC. Windows color (decimal): -12854293 or 15457083. OLE color: 15457083.

HSL color Cylindrical-coordinate representation of color #3BDBEB: hue angle of 185.45º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BDBEB is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 59 219 235 -
CMYK 0.75 0.07 0 0.08
HSL 185.45º 0.81% 0.58% -
HSV(B) 185.45º 0.75% 0.92% -
XYZ 42.13 57.59 87.49 -
YUV 172.98 162.99 46.7 -
System Red Green Blue C M Y K H S L
Decimal 59 219 235 0.75 0.07 0 0.08 185.45 0.81 0.58
Hex 3B DB EB 4B 7 0 8 B9 51 3A
Octal 73 333 353 113 7 0 10 271 121 72
Binary 111011 11011011 11101011 1001011 111 0 1000 10111001 1010001 111010

Color Harmonies of #3BDBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDBEB

Black with #3BDBEB

Text Example


Text Example

White with #3BDBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,219,235); }

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

background-color css

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

 a { background-color: rgb(59,219,235); }

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

border-color css

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

 span { border-color: rgb(59,219,235); }

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