Html Css Color HEX #3BDAEB Turquoise

📋 copy color: '#3BDAEB'

red 59 ◦ green 218 ◦ blue 235

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

Shades of Turquoise #3BDAEB

Tints of Turquoise #3BDAEB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.58%

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

R = 11.52%
G = 42.58%
B = 45.9%

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

#3BDAEB (or 0x3BDAEB) is known color: Turquoise. HEX triplet: 3B, DA and EB. RGB value is (59,218,235). Sum of RGB (Red+Green+Blue) = 59+218+235=512 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.52% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #3BDAEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BDAEB is #C42514. Grayscale: #ACACAC. Windows color (decimal): -12854549 or 15456827. OLE color: 15456827.

HSL color Cylindrical-coordinate representation of color #3BDAEB: hue angle of 185.8º 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 #3BDAEB is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 59 218 235 -
CMYK 0.75 0.07 0 0.08
HSL 185.8º 0.81% 0.58% -
HSV(B) 185.8º 0.75% 0.92% -
XYZ 41.87 57.07 87.41 -
YUV 172.4 163.32 47.12 -
System Red Green Blue C M Y K H S L
Decimal 59 218 235 0.75 0.07 0 0.08 185.8 0.81 0.58
Hex 3B DA EB 4B 7 0 8 BA 51 3A
Octal 73 332 353 113 7 0 10 272 121 72
Binary 111011 11011010 11101011 1001011 111 0 1000 10111010 1010001 111010

Color Harmonies of #3BDAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDAEB

Black with #3BDAEB

Text Example


Text Example

White with #3BDAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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