Html Css Color HEX #35E3FF Turquoise

📋 copy color: '#35E3FF'

red 53 ◦ green 227 ◦ blue 255

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

Shades of Turquoise #35E3FF

Tints of Turquoise #35E3FF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.43%

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

R = 9.91%
G = 42.43%
B = 47.66%

CMYK

 C value IS 0.79

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#35E3FF (or 0x35E3FF) is known color: Turquoise. HEX triplet: 35, E3 and FF. RGB value is (53,227,255). Sum of RGB (Red+Green+Blue) = 53+227+255=535 (70% of max value = 765). Red value is 53 (21.09% from 255 or 9.91% from 535); Green value is 227 (89.06% from 255 or 42.43% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #35E3FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35E3FF is #CA1C00. Grayscale: #B1B1B1. Windows color (decimal): -13245441 or 16769845. OLE color: 16769845.

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

Color convert

RGB 53 227 255 -
CMYK 0.79 0.11 0 0
HSL 188.32º 1% 0.6% -
HSV(B) 188.32º 0.79% 1% -
XYZ 46.99 62.92 104.28 -
YUV 178.17 171.35 38.72 -
System Red Green Blue C M Y K H S L
Decimal 53 227 255 0.79 0.11 0 0 188.32 1 0.6
Hex 35 E3 FF 4F B 0 0 BC 64 3C
Octal 65 343 377 117 13 0 0 274 144 74
Binary 110101 11100011 11111111 1001111 1011 0 0 10111100 1100100 111100

Color Harmonies of #35E3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E3FF

Black with #35E3FF

Text Example


Text Example

White with #35E3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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