Html Css Color HEX #3ADBEA Turquoise

📋 copy color: '#3ADBEA'

red 58 ◦ green 219 ◦ blue 234

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

Shades of Turquoise #3ADBEA

Tints of Turquoise #3ADBEA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.86%

 BLUE value IS 234 (91.8% from 255) = 45.79%

R = 11.35%
G = 42.86%
B = 45.79%

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

#3ADBEA (or 0x3ADBEA) is known color: Turquoise. HEX triplet: 3A, DB and EA. RGB value is (58,219,234). Sum of RGB (Red+Green+Blue) = 58+219+234=511 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.35% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #3ADBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADBEA is #C52415. Grayscale: #ACACAC. Windows color (decimal): -12919830 or 15391546. OLE color: 15391546.

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

Color convert

RGB 58 219 234 -
CMYK 0.75 0.06 0 0.08
HSL 185.11º 0.81% 0.57% -
HSV(B) 185.11º 0.75% 0.92% -
XYZ 41.93 57.5 86.73 -
YUV 172.57 162.66 46.28 -
System Red Green Blue C M Y K H S L
Decimal 58 219 234 0.75 0.06 0 0.08 185.11 0.81 0.57
Hex 3A DB EA 4B 6 0 8 B9 51 39
Octal 72 333 352 113 6 0 10 271 121 71
Binary 111010 11011011 11101010 1001011 110 0 1000 10111001 1010001 111001

Color Harmonies of #3ADBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADBEA

Black with #3ADBEA

Text Example


Text Example

White with #3ADBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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