Html Css Color HEX #3ADAEE Turquoise

📋 copy color: '#3ADAEE'

red 58 ◦ green 218 ◦ blue 238

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

Shades of Turquoise #3ADAEE

Tints of Turquoise #3ADAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.3%

R = 11.28%
G = 42.41%
B = 46.3%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3ADAEE (or 0x3ADAEE) is known color: Turquoise. HEX triplet: 3A, DA and EE. RGB value is (58,218,238). Sum of RGB (Red+Green+Blue) = 58+218+238=514 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.28% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #3ADAEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADAEE is #C52511. Grayscale: #ACACAC. Windows color (decimal): -12920082 or 15653434. OLE color: 15653434.

HSL color Cylindrical-coordinate representation of color #3ADAEE: hue angle of 186.67º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ADAEE is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 58 218 238 -
CMYK 0.76 0.08 0 0.07
HSL 186.67º 0.84% 0.58% -
HSV(B) 186.67º 0.76% 0.93% -
XYZ 42.25 57.22 89.71 -
YUV 172.44 164.99 46.37 -
System Red Green Blue C M Y K H S L
Decimal 58 218 238 0.76 0.08 0 0.07 186.67 0.84 0.58
Hex 3A DA EE 4C 8 0 7 BB 54 3A
Octal 72 332 356 114 10 0 7 273 124 72
Binary 111010 11011010 11101110 1001100 1000 0 111 10111011 1010100 111010

Color Harmonies of #3ADAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADAEE

Black with #3ADAEE

Text Example


Text Example

White with #3ADAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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