Html Css Color HEX #35FADB Turquoise

📋 copy color: '#35FADB'

red 53 ◦ green 250 ◦ blue 219

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

Shades of Turquoise #35FADB

Tints of Turquoise #35FADB

RGB

 RED value IS 53 (21.09% from 255) = 10.15%

 GREEN value IS 250 (98.05% from 255) = 47.89%

 BLUE value IS 219 (85.94% from 255) = 41.95%

R = 10.15%
G = 47.89%
B = 41.95%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#35FADB (or 0x35FADB) is known color: Turquoise. HEX triplet: 35, FA and DB. RGB value is (53,250,219). Sum of RGB (Red+Green+Blue) = 53+250+219=522 (69% of max value = 765). Red value is 53 (21.09% from 255 or 10.15% from 522); Green value is 250 (98.05% from 255 or 47.89% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 250 - color contains mainly: green. Hex color #35FADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FADB is #CA0524. Grayscale: #BBBBBB. Windows color (decimal): -13239589 or 14416437. OLE color: 14416437.

HSL color Cylindrical-coordinate representation of color #35FADB: hue angle of 170.56º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FADB is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 53 250 219 -
CMYK 0.79 0 0.12 0.02
HSL 170.56º 0.95% 0.59% -
HSV(B) 170.56º 0.79% 0.98% -
XYZ 48.44 74.24 78.8 -
YUV 187.56 145.73 32.02 -
System Red Green Blue C M Y K H S L
Decimal 53 250 219 0.79 0 0.12 0.02 170.56 0.95 0.59
Hex 35 FA DB 4F 0 C 2 AB 5F 3B
Octal 65 372 333 117 0 14 2 253 137 73
Binary 110101 11111010 11011011 1001111 0 1100 10 10101011 1011111 111011

Color Harmonies of #35FADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35FADB

Black with #35FADB

Text Example


Text Example

White with #35FADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35FADB; }

 p { color: rgb(53,250,219); }

 H1.HeaderClassName
 {
   color: #35FADB;
 }
 .AnyTagClassName
 {
   color: #35FADB;
 }
</style>

background-color css

<style>
 a { background-color: #35FADB; }

 a { background-color: rgb(53,250,219); }

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

border-color css

<style>
 span { border-color: #35FADB; }

 span { border-color: rgb(53,250,219); }

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