Html Css Color HEX #35D5C7 Turquoise

📋 copy color: '#35D5C7'

red 53 ◦ green 213 ◦ blue 199

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

Shades of Turquoise #35D5C7

Tints of Turquoise #35D5C7

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.81%

 BLUE value IS 199 (78.13% from 255) = 42.8%

R = 11.4%
G = 45.81%
B = 42.8%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#35D5C7 (or 0x35D5C7) is known color: Turquoise. HEX triplet: 35, D5 and C7. RGB value is (53,213,199). Sum of RGB (Red+Green+Blue) = 53+213+199=465 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.40% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 213 - color contains mainly: green. Hex color #35D5C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35D5C7 is #CA2A38. Grayscale: #A3A3A3. Windows color (decimal): -13249081 or 13096245. OLE color: 13096245.

HSL color Cylindrical-coordinate representation of color #35D5C7: hue angle of 174.75º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D5C7 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 53 213 199 -
CMYK 0.75 0 0.07 0.16
HSL 174.75º 0.66% 0.52% -
HSV(B) 174.75º 0.75% 0.84% -
XYZ 35.57 52.47 62.29 -
YUV 163.56 147.99 49.14 -
System Red Green Blue C M Y K H S L
Decimal 53 213 199 0.75 0 0.07 0.16 174.75 0.66 0.52
Hex 35 D5 C7 4B 0 7 10 AF 42 34
Octal 65 325 307 113 0 7 20 257 102 64
Binary 110101 11010101 11000111 1001011 0 111 10000 10101111 1000010 110100

Color Harmonies of #35D5C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D5C7

Black with #35D5C7

Text Example


Text Example

White with #35D5C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,213,199); }

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

background-color css

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

 a { background-color: rgb(53,213,199); }

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

border-color css

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

 span { border-color: rgb(53,213,199); }

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