Html Css Color HEX #35E6B8 Turquoise

📋 copy color: '#35E6B8'

red 53 ◦ green 230 ◦ blue 184

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

Shades of Turquoise #35E6B8

Tints of Turquoise #35E6B8

RGB

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

 GREEN value IS 230 (90.23% from 255) = 49.25%

 BLUE value IS 184 (72.27% from 255) = 39.4%

R = 11.35%
G = 49.25%
B = 39.4%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.2

 K value IS 0.10

RGB Variations

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

Color information

#35E6B8 (or 0x35E6B8) is known color: Turquoise. HEX triplet: 35, E6 and B8. RGB value is (53,230,184). Sum of RGB (Red+Green+Blue) = 53+230+184=467 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.35% from 467); Green value is 230 (90.23% from 255 or 49.25% from 467); Blue value is 184 (72.27% from 255 or 39.40% from 467); Max value from RGB is 230 - color contains mainly: green. Hex color #35E6B8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35E6B8 is #CA1947. Grayscale: #ABABAB. Windows color (decimal): -13244744 or 12117557. OLE color: 12117557.

HSL color Cylindrical-coordinate representation of color #35E6B8: hue angle of 164.41º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E6B8 is Cyan = 0.77, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.10.

Color convert

RGB 53 230 184 -
CMYK 0.77 0 0.2 0.10
HSL 164.41º 0.78% 0.55% -
HSV(B) 164.41º 0.77% 0.9% -
XYZ 38.42 60.81 55.06 -
YUV 171.83 134.86 43.24 -
System Red Green Blue C M Y K H S L
Decimal 53 230 184 0.77 0 0.2 0.10 164.41 0.78 0.55
Hex 35 E6 B8 4D 0 14 A A4 4E 37
Octal 65 346 270 115 0 24 12 244 116 67
Binary 110101 11100110 10111000 1001101 0 10100 1010 10100100 1001110 110111

Color Harmonies of #35E6B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E6B8

Black with #35E6B8

Text Example


Text Example

White with #35E6B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,230,184); }

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

background-color css

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

 a { background-color: rgb(53,230,184); }

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

border-color css

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

 span { border-color: rgb(53,230,184); }

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