Html Css Color HEX #3ADCEB Turquoise

📋 copy color: '#3ADCEB'

red 58 ◦ green 220 ◦ blue 235

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

Shades of Turquoise #3ADCEB

Tints of Turquoise #3ADCEB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.88%

 BLUE value IS 235 (92.19% from 255) = 45.81%

R = 11.31%
G = 42.88%
B = 45.81%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3ADCEB (or 0x3ADCEB) is known color: Turquoise. HEX triplet: 3A, DC and EB. RGB value is (58,220,235). Sum of RGB (Red+Green+Blue) = 58+220+235=513 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.31% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #3ADCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADCEB is #C52314. Grayscale: #ADADAD. Windows color (decimal): -12919573 or 15457338. OLE color: 15457338.

HSL color Cylindrical-coordinate representation of color #3ADCEB: hue angle of 185.08º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3ADCEB is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 58 220 235 -
CMYK 0.75 0.06 0 0.08
HSL 185.08º 0.82% 0.57% -
HSV(B) 185.08º 0.75% 0.92% -
XYZ 42.33 58.08 87.58 -
YUV 173.27 162.83 45.78 -
System Red Green Blue C M Y K H S L
Decimal 58 220 235 0.75 0.06 0 0.08 185.08 0.82 0.57
Hex 3A DC EB 4B 6 0 8 B9 52 39
Octal 72 334 353 113 6 0 10 271 122 71
Binary 111010 11011100 11101011 1001011 110 0 1000 10111001 1010010 111001

Color Harmonies of #3ADCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADCEB

Black with #3ADCEB

Text Example


Text Example

White with #3ADCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,220,235); }

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

background-color css

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

 a { background-color: rgb(58,220,235); }

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

border-color css

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

 span { border-color: rgb(58,220,235); }

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