Html Css Color HEX #3ADDEC Turquoise

📋 copy color: '#3ADDEC'

red 58 ◦ green 221 ◦ blue 236

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

Shades of Turquoise #3ADDEC

Tints of Turquoise #3ADDEC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.91%

 BLUE value IS 236 (92.58% from 255) = 45.83%

R = 11.26%
G = 42.91%
B = 45.83%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3ADDEC (or 0x3ADDEC) is known color: Turquoise. HEX triplet: 3A, DD and EC. RGB value is (58,221,236). Sum of RGB (Red+Green+Blue) = 58+221+236=515 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.26% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #3ADDEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADDEC is #C52213. Grayscale: #ADADAD. Windows color (decimal): -12919316 or 15523130. OLE color: 15523130.

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

Color convert

RGB 58 221 236 -
CMYK 0.75 0.06 0 0.07
HSL 185.06º 0.82% 0.58% -
HSV(B) 185.06º 0.75% 0.93% -
XYZ 42.74 58.67 88.43 -
YUV 173.97 163 45.28 -
System Red Green Blue C M Y K H S L
Decimal 58 221 236 0.75 0.06 0 0.07 185.06 0.82 0.58
Hex 3A DD EC 4B 6 0 7 B9 52 3A
Octal 72 335 354 113 6 0 7 271 122 72
Binary 111010 11011101 11101100 1001011 110 0 111 10111001 1010010 111010

Color Harmonies of #3ADDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADDEC

Black with #3ADDEC

Text Example


Text Example

White with #3ADDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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