Html Css Color HEX #3ADBEB Turquoise

📋 copy color: '#3ADBEB'

red 58 ◦ green 219 ◦ blue 235

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

Shades of Turquoise #3ADBEB

Tints of Turquoise #3ADBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.9%

R = 11.33%
G = 42.77%
B = 45.9%

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3ADBEB (or 0x3ADBEB) is known color: Turquoise. HEX triplet: 3A, DB and EB. RGB value is (58,219,235). Sum of RGB (Red+Green+Blue) = 58+219+235=512 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.33% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #3ADBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADBEB is #C52414. Grayscale: #ACACAC. Windows color (decimal): -12919829 or 15457082. OLE color: 15457082.

HSL color Cylindrical-coordinate representation of color #3ADBEB: hue angle of 185.42º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3ADBEB is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 58 219 235 -
CMYK 0.75 0.07 0 0.08
HSL 185.42º 0.82% 0.57% -
HSV(B) 185.42º 0.75% 0.92% -
XYZ 42.07 57.56 87.49 -
YUV 172.69 163.16 46.2 -
System Red Green Blue C M Y K H S L
Decimal 58 219 235 0.75 0.07 0 0.08 185.42 0.82 0.57
Hex 3A DB EB 4B 7 0 8 B9 52 39
Octal 72 333 353 113 7 0 10 271 122 71
Binary 111010 11011011 11101011 1001011 111 0 1000 10111001 1010010 111001

Color Harmonies of #3ADBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADBEB

Black with #3ADBEB

Text Example


Text Example

White with #3ADBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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