Html Css Color HEX #3ADEEE Turquoise

📋 copy color: '#3ADEEE'

red 58 ◦ green 222 ◦ blue 238

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

Shades of Turquoise #3ADEEE

Tints of Turquoise #3ADEEE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.86%

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

R = 11.2%
G = 42.86%
B = 45.95%

CMYK

 C value IS 0.76

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3ADEEE (or 0x3ADEEE) is known color: Turquoise. HEX triplet: 3A, DE and EE. RGB value is (58,222,238). Sum of RGB (Red+Green+Blue) = 58+222+238=518 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.20% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #3ADEEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADEEE is #C52111. Grayscale: #AEAEAE. Windows color (decimal): -12919058 or 15654458. OLE color: 15654458.

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

Color convert

RGB 58 222 238 -
CMYK 0.76 0.07 0 0.07
HSL 185.33º 0.84% 0.58% -
HSV(B) 185.33º 0.76% 0.93% -
XYZ 43.3 59.32 90.06 -
YUV 174.79 163.67 44.7 -
System Red Green Blue C M Y K H S L
Decimal 58 222 238 0.76 0.07 0 0.07 185.33 0.84 0.58
Hex 3A DE EE 4C 7 0 7 B9 54 3A
Octal 72 336 356 114 7 0 7 271 124 72
Binary 111010 11011110 11101110 1001100 111 0 111 10111001 1010100 111010

Color Harmonies of #3ADEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADEEE

Black with #3ADEEE

Text Example


Text Example

White with #3ADEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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