Html Css Color HEX #3BEDD0 Turquoise

📋 copy color: '#3BEDD0'

red 59 ◦ green 237 ◦ blue 208

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

Shades of Turquoise #3BEDD0

Tints of Turquoise #3BEDD0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.02%

 BLUE value IS 208 (81.64% from 255) = 41.27%

R = 11.71%
G = 47.02%
B = 41.27%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#3BEDD0 (or 0x3BEDD0) is known color: Turquoise. HEX triplet: 3B, ED and D0. RGB value is (59,237,208). Sum of RGB (Red+Green+Blue) = 59+237+208=504 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.71% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 237 - color contains mainly: green. Hex color #3BEDD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEDD0 is #C4122F. Grayscale: #B4B4B4. Windows color (decimal): -12849712 or 13692219. OLE color: 13692219.

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

Color convert

RGB 59 237 208 -
CMYK 0.75 0 0.12 0.07
HSL 170.22º 0.83% 0.58% -
HSV(B) 170.22º 0.75% 0.93% -
XYZ 43.47 66.05 70.13 -
YUV 180.47 143.53 41.36 -
System Red Green Blue C M Y K H S L
Decimal 59 237 208 0.75 0 0.12 0.07 170.22 0.83 0.58
Hex 3B ED D0 4B 0 C 7 AA 53 3A
Octal 73 355 320 113 0 14 7 252 123 72
Binary 111011 11101101 11010000 1001011 0 1100 111 10101010 1010011 111010

Color Harmonies of #3BEDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEDD0

Black with #3BEDD0

Text Example


Text Example

White with #3BEDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,237,208); }

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

background-color css

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

 a { background-color: rgb(59,237,208); }

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

border-color css

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

 span { border-color: rgb(59,237,208); }

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