Html Css Color HEX #3ADAF8 Turquoise

📋 copy color: '#3ADAF8'

red 58 ◦ green 218 ◦ blue 248

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

Shades of Turquoise #3ADAF8

Tints of Turquoise #3ADAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.33%

R = 11.07%
G = 41.6%
B = 47.33%

CMYK

 C value IS 0.77

 M value IS 0.12

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#3ADAF8 (or 0x3ADAF8) is known color: Turquoise. HEX triplet: 3A, DA and F8. RGB value is (58,218,248). Sum of RGB (Red+Green+Blue) = 58+218+248=524 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.07% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 248 (97.27% from 255 or 47.33% from 524); Max value from RGB is 248 - color contains mainly: blue. Hex color #3ADAF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADAF8 is #C52507. Grayscale: #ADADAD. Windows color (decimal): -12920072 or 16308794. OLE color: 16308794.

HSL color Cylindrical-coordinate representation of color #3ADAF8: hue angle of 189.47º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3ADAF8 is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 58 218 248 -
CMYK 0.77 0.12 0 0.03
HSL 189.47º 0.93% 0.6% -
HSV(B) 189.47º 0.77% 0.97% -
XYZ 43.76 57.82 97.66 -
YUV 173.58 169.99 45.56 -
System Red Green Blue C M Y K H S L
Decimal 58 218 248 0.77 0.12 0 0.03 189.47 0.93 0.6
Hex 3A DA F8 4D C 0 3 BD 5D 3C
Octal 72 332 370 115 14 0 3 275 135 74
Binary 111010 11011010 11111000 1001101 1100 0 11 10111101 1011101 111100

Color Harmonies of #3ADAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADAF8

Black with #3ADAF8

Text Example


Text Example

White with #3ADAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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