Html Css Color HEX #35EADB Turquoise

📋 copy color: '#35EADB'

red 53 ◦ green 234 ◦ blue 219

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

Shades of Turquoise #35EADB

Tints of Turquoise #35EADB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.25%

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

R = 10.47%
G = 46.25%
B = 43.28%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#35EADB (or 0x35EADB) is known color: Turquoise. HEX triplet: 35, EA and DB. RGB value is (53,234,219). Sum of RGB (Red+Green+Blue) = 53+234+219=506 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.47% from 506); Green value is 234 (91.80% from 255 or 46.25% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 234 - color contains mainly: green. Hex color #35EADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35EADB is #CA1524. Grayscale: #B2B2B2. Windows color (decimal): -13243685 or 14412341. OLE color: 14412341.

HSL color Cylindrical-coordinate representation of color #35EADB: hue angle of 175.03º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35EADB is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 53 234 219 -
CMYK 0.77 0 0.06 0.08
HSL 175.03º 0.81% 0.56% -
HSV(B) 175.03º 0.77% 0.92% -
XYZ 43.68 64.72 77.21 -
YUV 178.17 151.03 38.72 -
System Red Green Blue C M Y K H S L
Decimal 53 234 219 0.77 0 0.06 0.08 175.03 0.81 0.56
Hex 35 EA DB 4D 0 6 8 AF 51 38
Octal 65 352 333 115 0 6 10 257 121 70
Binary 110101 11101010 11011011 1001101 0 110 1000 10101111 1010001 111000

Color Harmonies of #35EADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35EADB

Black with #35EADB

Text Example


Text Example

White with #35EADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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