Html Css Color HEX #3BEBDA Turquoise

📋 copy color: '#3BEBDA'

red 59 ◦ green 235 ◦ blue 218

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

Shades of Turquoise #3BEBDA

Tints of Turquoise #3BEBDA

RGB

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

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

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

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

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#3BEBDA (or 0x3BEBDA) is known color: Turquoise. HEX triplet: 3B, EB and DA. RGB value is (59,235,218). Sum of RGB (Red+Green+Blue) = 59+235+218=512 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.52% from 512); Green value is 235 (92.19% from 255 or 45.90% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 235 - color contains mainly: green. Hex color #3BEBDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEBDA is #C41425. Grayscale: #B4B4B4. Windows color (decimal): -12850214 or 14347067. OLE color: 14347067.

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

Color convert

RGB 59 235 218 -
CMYK 0.75 0 0.07 0.08
HSL 174.2º 0.81% 0.58% -
HSV(B) 174.2º 0.75% 0.92% -
XYZ 44.17 65.41 76.63 -
YUV 180.44 149.19 41.38 -
System Red Green Blue C M Y K H S L
Decimal 59 235 218 0.75 0 0.07 0.08 174.2 0.81 0.58
Hex 3B EB DA 4B 0 7 8 AE 51 3A
Octal 73 353 332 113 0 7 10 256 121 72
Binary 111011 11101011 11011010 1001011 0 111 1000 10101110 1010001 111010

Color Harmonies of #3BEBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEBDA

Black with #3BEBDA

Text Example


Text Example

White with #3BEBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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