Html Css Color HEX #3BECD4 Turquoise

📋 copy color: '#3BECD4'

red 59 ◦ green 236 ◦ blue 212

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

Shades of Turquoise #3BECD4

Tints of Turquoise #3BECD4

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.55%

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

R = 11.64%
G = 46.55%
B = 41.81%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#3BECD4 (or 0x3BECD4) is known color: Turquoise. HEX triplet: 3B, EC and D4. RGB value is (59,236,212). Sum of RGB (Red+Green+Blue) = 59+236+212=507 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.64% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 212 (83.20% from 255 or 41.81% from 507); Max value from RGB is 236 - color contains mainly: green. Hex color #3BECD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BECD4 is #C4132B. Grayscale: #B4B4B4. Windows color (decimal): -12849964 or 13954107. OLE color: 13954107.

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

Color convert

RGB 59 236 212 -
CMYK 0.75 0 0.10 0.07
HSL 171.86º 0.82% 0.58% -
HSV(B) 171.86º 0.75% 0.93% -
XYZ 43.68 65.67 72.66 -
YUV 180.34 145.86 41.45 -
System Red Green Blue C M Y K H S L
Decimal 59 236 212 0.75 0 0.10 0.07 171.86 0.82 0.58
Hex 3B EC D4 4B 0 A 7 AC 52 3A
Octal 73 354 324 113 0 12 7 254 122 72
Binary 111011 11101100 11010100 1001011 0 1010 111 10101100 1010010 111010

Color Harmonies of #3BECD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BECD4

Black with #3BECD4

Text Example


Text Example

White with #3BECD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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