Html Css Color HEX #3ADCFF Turquoise

📋 copy color: '#3ADCFF'

red 58 ◦ green 220 ◦ blue 255

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

Shades of Turquoise #3ADCFF

Tints of Turquoise #3ADCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.28%

 BLUE value IS 255 (100% from 255) = 47.84%

R = 10.88%
G = 41.28%
B = 47.84%

CMYK

 C value IS 0.77

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3ADCFF (or 0x3ADCFF) is known color: Turquoise. HEX triplet: 3A, DC and FF. RGB value is (58,220,255). Sum of RGB (Red+Green+Blue) = 58+220+255=533 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.88% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #3ADCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADCFF is #C52300. Grayscale: #AFAFAF. Windows color (decimal): -12919553 or 16768058. OLE color: 16768058.

HSL color Cylindrical-coordinate representation of color #3ADCFF: hue angle of 190.66º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3ADCFF is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 58 220 255 -
CMYK 0.77 0.14 0 0
HSL 190.66º 1% 0.61% -
HSV(B) 190.66º 0.77% 1% -
XYZ 45.39 59.31 103.66 -
YUV 175.55 172.83 44.15 -
System Red Green Blue C M Y K H S L
Decimal 58 220 255 0.77 0.14 0 0 190.66 1 0.61
Hex 3A DC FF 4D E 0 0 BF 64 3D
Octal 72 334 377 115 16 0 0 277 144 75
Binary 111010 11011100 11111111 1001101 1110 0 0 10111111 1100100 111101

Color Harmonies of #3ADCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADCFF

Black with #3ADCFF

Text Example


Text Example

White with #3ADCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,220,255); }

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

background-color css

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

 a { background-color: rgb(58,220,255); }

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

border-color css

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

 span { border-color: rgb(58,220,255); }

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