Html Css Color HEX #35D2CC Turquoise

📋 copy color: '#35D2CC'

red 53 ◦ green 210 ◦ blue 204

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

Shades of Turquoise #35D2CC

Tints of Turquoise #35D2CC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.97%

 BLUE value IS 204 (80.08% from 255) = 43.68%

R = 11.35%
G = 44.97%
B = 43.68%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#35D2CC (or 0x35D2CC) is known color: Turquoise. HEX triplet: 35, D2 and CC. RGB value is (53,210,204). Sum of RGB (Red+Green+Blue) = 53+210+204=467 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.35% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 210 - color contains mainly: green. Hex color #35D2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35D2CC is #CA2D33. Grayscale: #A2A2A2. Windows color (decimal): -13249844 or 13423157. OLE color: 13423157.

HSL color Cylindrical-coordinate representation of color #35D2CC: hue angle of 177.71º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D2CC is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 53 210 204 -
CMYK 0.75 0 0.03 0.18
HSL 177.71º 0.64% 0.52% -
HSV(B) 177.71º 0.75% 0.82% -
XYZ 35.41 51.21 65.14 -
YUV 162.37 151.49 49.99 -
System Red Green Blue C M Y K H S L
Decimal 53 210 204 0.75 0 0.03 0.18 177.71 0.64 0.52
Hex 35 D2 CC 4B 0 3 12 B2 40 34
Octal 65 322 314 113 0 3 22 262 100 64
Binary 110101 11010010 11001100 1001011 0 11 10010 10110010 1000000 110100

Color Harmonies of #35D2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D2CC

Black with #35D2CC

Text Example


Text Example

White with #35D2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,210,204); }

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

background-color css

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

 a { background-color: rgb(53,210,204); }

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

border-color css

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

 span { border-color: rgb(53,210,204); }

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