Html Css Color HEX #35DDB4 Turquoise

📋 copy color: '#35DDB4'

red 53 ◦ green 221 ◦ blue 180

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

Shades of Turquoise #35DDB4

Tints of Turquoise #35DDB4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.68%

 BLUE value IS 180 (70.7% from 255) = 39.65%

R = 11.67%
G = 48.68%
B = 39.65%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#35DDB4 (or 0x35DDB4) is known color: Turquoise. HEX triplet: 35, DD and B4. RGB value is (53,221,180). Sum of RGB (Red+Green+Blue) = 53+221+180=454 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.67% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #35DDB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DDB4 is #CA224B. Grayscale: #A6A6A6. Windows color (decimal): -13247052 or 11853109. OLE color: 11853109.

HSL color Cylindrical-coordinate representation of color #35DDB4: hue angle of 165.36º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DDB4 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 221 180 -
CMYK 0.76 0 0.19 0.13
HSL 165.36º 0.71% 0.54% -
HSV(B) 165.36º 0.76% 0.87% -
XYZ 35.56 55.77 52.07 -
YUV 166.09 135.84 47.33 -
System Red Green Blue C M Y K H S L
Decimal 53 221 180 0.76 0 0.19 0.13 165.36 0.71 0.54
Hex 35 DD B4 4C 0 13 D A5 47 36
Octal 65 335 264 114 0 23 15 245 107 66
Binary 110101 11011101 10110100 1001100 0 10011 1101 10100101 1000111 110110

Color Harmonies of #35DDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DDB4

Black with #35DDB4

Text Example


Text Example

White with #35DDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,221,180); }

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

background-color css

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

 a { background-color: rgb(53,221,180); }

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

border-color css

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

 span { border-color: rgb(53,221,180); }

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