Html Css Color HEX #3ADBFC Turquoise

📋 copy color: '#3ADBFC'

red 58 ◦ green 219 ◦ blue 252

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

Shades of Turquoise #3ADBFC

Tints of Turquoise #3ADBFC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.4%

 BLUE value IS 252 (98.83% from 255) = 47.64%

R = 10.96%
G = 41.4%
B = 47.64%

CMYK

 C value IS 0.77

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3ADBFC (or 0x3ADBFC) is known color: Turquoise. HEX triplet: 3A, DB and FC. RGB value is (58,219,252). Sum of RGB (Red+Green+Blue) = 58+219+252=529 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.96% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #3ADBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADBFC is #C52403. Grayscale: #AEAEAE. Windows color (decimal): -12919812 or 16571194. OLE color: 16571194.

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

Color convert

RGB 58 219 252 -
CMYK 0.77 0.13 0 0.01
HSL 190.21º 0.97% 0.61% -
HSV(B) 190.21º 0.77% 0.99% -
XYZ 44.65 58.59 101.05 -
YUV 174.62 171.66 44.82 -
System Red Green Blue C M Y K H S L
Decimal 58 219 252 0.77 0.13 0 0.01 190.21 0.97 0.61
Hex 3A DB FC 4D D 0 1 BE 61 3D
Octal 72 333 374 115 15 0 1 276 141 75
Binary 111010 11011011 11111100 1001101 1101 0 1 10111110 1100001 111101

Color Harmonies of #3ADBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADBFC

Black with #3ADBFC

Text Example


Text Example

White with #3ADBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,219,252); }

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

background-color css

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

 a { background-color: rgb(58,219,252); }

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

border-color css

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

 span { border-color: rgb(58,219,252); }

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