Html Css Color HEX #35FFD8 Turquoise

📋 copy color: '#35FFD8'

red 53 ◦ green 255 ◦ blue 216

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

Shades of Turquoise #35FFD8

Tints of Turquoise #35FFD8

RGB

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

 GREEN value IS 255 (100% from 255) = 48.66%

 BLUE value IS 216 (84.77% from 255) = 41.22%

R = 10.11%
G = 48.66%
B = 41.22%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#35FFD8 (or 0x35FFD8) is known color: Turquoise. HEX triplet: 35, FF and D8. RGB value is (53,255,216). Sum of RGB (Red+Green+Blue) = 53+255+216=524 (69% of max value = 765). Red value is 53 (21.09% from 255 or 10.11% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 216 (84.77% from 255 or 41.22% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #35FFD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FFD8 is #CA0027. Grayscale: #BEBEBE. Windows color (decimal): -13238312 or 14221109. OLE color: 14221109.

HSL color Cylindrical-coordinate representation of color #35FFD8: hue angle of 168.42º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FFD8 is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 53 255 216 -
CMYK 0.79 0 0.15 0
HSL 168.42º 1% 0.6% -
HSV(B) 168.42º 0.79% 1% -
XYZ 49.62 77.23 77.26 -
YUV 190.16 142.58 30.17 -
System Red Green Blue C M Y K H S L
Decimal 53 255 216 0.79 0 0.15 0 168.42 1 0.6
Hex 35 FF D8 4F 0 F 0 A8 64 3C
Octal 65 377 330 117 0 17 0 250 144 74
Binary 110101 11111111 11011000 1001111 0 1111 0 10101000 1100100 111100

Color Harmonies of #35FFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35FFD8

Black with #35FFD8

Text Example


Text Example

White with #35FFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,255,216); }

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

background-color css

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

 a { background-color: rgb(53,255,216); }

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

border-color css

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

 span { border-color: rgb(53,255,216); }

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