Html Css Color HEX #35E5FF Turquoise

📋 copy color: '#35E5FF'

red 53 ◦ green 229 ◦ blue 255

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

Shades of Turquoise #35E5FF

Tints of Turquoise #35E5FF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.64%

 BLUE value IS 255 (100% from 255) = 47.49%

R = 9.87%
G = 42.64%
B = 47.49%

CMYK

 C value IS 0.79

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#35E5FF (or 0x35E5FF) is known color: Turquoise. HEX triplet: 35, E5 and FF. RGB value is (53,229,255). Sum of RGB (Red+Green+Blue) = 53+229+255=537 (71% of max value = 765). Red value is 53 (21.09% from 255 or 9.87% from 537); Green value is 229 (89.84% from 255 or 42.64% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #35E5FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35E5FF is #CA1A00. Grayscale: #B3B3B3. Windows color (decimal): -13244929 or 16770357. OLE color: 16770357.

HSL color Cylindrical-coordinate representation of color #35E5FF: hue angle of 187.72º 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 #35E5FF is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 53 229 255 -
CMYK 0.79 0.10 0 0
HSL 187.72º 1% 0.6% -
HSV(B) 187.72º 0.79% 1% -
XYZ 47.54 64.02 104.46 -
YUV 179.34 170.69 37.89 -
System Red Green Blue C M Y K H S L
Decimal 53 229 255 0.79 0.10 0 0 187.72 1 0.6
Hex 35 E5 FF 4F A 0 0 BC 64 3C
Octal 65 345 377 117 12 0 0 274 144 74
Binary 110101 11100101 11111111 1001111 1010 0 0 10111100 1100100 111100

Color Harmonies of #35E5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E5FF

Black with #35E5FF

Text Example


Text Example

White with #35E5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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