Html Css Color HEX #3AECDB Turquoise

📋 copy color: '#3AECDB'

red 58 ◦ green 236 ◦ blue 219

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

Shades of Turquoise #3AECDB

Tints of Turquoise #3AECDB

RGB

 RED value IS 58 (23.05% from 255) = 11.31%

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

 BLUE value IS 219 (85.94% from 255) = 42.69%

R = 11.31%
G = 46%
B = 42.69%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#3AECDB (or 0x3AECDB) is known color: Turquoise. HEX triplet: 3A, EC and DB. RGB value is (58,236,219). Sum of RGB (Red+Green+Blue) = 58+236+219=513 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.31% from 513); Green value is 236 (92.58% from 255 or 46.00% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 236 - color contains mainly: green. Hex color #3AECDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AECDB is #C51324. Grayscale: #B4B4B4. Windows color (decimal): -12915493 or 14412858. OLE color: 14412858.

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

Color convert

RGB 58 236 219 -
CMYK 0.75 0 0.07 0.07
HSL 174.27º 0.82% 0.58% -
HSV(B) 174.27º 0.75% 0.93% -
XYZ 44.53 66 77.41 -
YUV 180.84 149.53 40.38 -
System Red Green Blue C M Y K H S L
Decimal 58 236 219 0.75 0 0.07 0.07 174.27 0.82 0.58
Hex 3A EC DB 4B 0 7 7 AE 52 3A
Octal 72 354 333 113 0 7 7 256 122 72
Binary 111010 11101100 11011011 1001011 0 111 111 10101110 1010010 111010

Color Harmonies of #3AECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AECDB

Black with #3AECDB

Text Example


Text Example

White with #3AECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,236,219); }

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

background-color css

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

 a { background-color: rgb(58,236,219); }

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

border-color css

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

 span { border-color: rgb(58,236,219); }

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