Html Css Color HEX #3BEDD4 Turquoise

📋 copy color: '#3BEDD4'

red 59 ◦ green 237 ◦ blue 212

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

Shades of Turquoise #3BEDD4

Tints of Turquoise #3BEDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.73%

R = 11.61%
G = 46.65%
B = 41.73%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#3BEDD4 (or 0x3BEDD4) is known color: Turquoise. HEX triplet: 3B, ED and D4. RGB value is (59,237,212). Sum of RGB (Red+Green+Blue) = 59+237+212=508 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.61% from 508); Green value is 237 (92.97% from 255 or 46.65% from 508); Blue value is 212 (83.20% from 255 or 41.73% from 508); Max value from RGB is 237 - color contains mainly: green. Hex color #3BEDD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEDD4 is #C4122B. Grayscale: #B4B4B4. Windows color (decimal): -12849708 or 13954363. OLE color: 13954363.

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

Color convert

RGB 59 237 212 -
CMYK 0.75 0 0.11 0.07
HSL 171.57º 0.83% 0.58% -
HSV(B) 171.57º 0.75% 0.93% -
XYZ 43.97 66.25 72.76 -
YUV 180.93 145.53 41.03 -
System Red Green Blue C M Y K H S L
Decimal 59 237 212 0.75 0 0.11 0.07 171.57 0.83 0.58
Hex 3B ED D4 4B 0 B 7 AC 53 3A
Octal 73 355 324 113 0 13 7 254 123 72
Binary 111011 11101101 11010100 1001011 0 1011 111 10101100 1010011 111010

Color Harmonies of #3BEDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEDD4

Black with #3BEDD4

Text Example


Text Example

White with #3BEDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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