Html Css Color HEX #3ADAEB Turquoise

📋 copy color: '#3ADAEB'

red 58 ◦ green 218 ◦ blue 235

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

Shades of Turquoise #3ADAEB

Tints of Turquoise #3ADAEB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.66%

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

R = 11.35%
G = 42.66%
B = 45.99%

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3ADAEB (or 0x3ADAEB) is known color: Turquoise. HEX triplet: 3A, DA and EB. RGB value is (58,218,235). Sum of RGB (Red+Green+Blue) = 58+218+235=511 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.35% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #3ADAEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADAEB is #C52514. Grayscale: #ABABAB. Windows color (decimal): -12920085 or 15456826. OLE color: 15456826.

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

Color convert

RGB 58 218 235 -
CMYK 0.75 0.07 0 0.08
HSL 185.76º 0.82% 0.57% -
HSV(B) 185.76º 0.75% 0.92% -
XYZ 41.81 57.04 87.4 -
YUV 172.1 163.49 46.62 -
System Red Green Blue C M Y K H S L
Decimal 58 218 235 0.75 0.07 0 0.08 185.76 0.82 0.57
Hex 3A DA EB 4B 7 0 8 BA 52 39
Octal 72 332 353 113 7 0 10 272 122 71
Binary 111010 11011010 11101011 1001011 111 0 1000 10111010 1010010 111001

Color Harmonies of #3ADAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADAEB

Black with #3ADAEB

Text Example


Text Example

White with #3ADAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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