Html Css Color HEX #35E6FE Turquoise

📋 copy color: '#35E6FE'

red 53 ◦ green 230 ◦ blue 254

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

Shades of Turquoise #35E6FE

Tints of Turquoise #35E6FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.3%

R = 9.87%
G = 42.83%
B = 47.3%

CMYK

 C value IS 0.79

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#35E6FE (or 0x35E6FE) is known color: Turquoise. HEX triplet: 35, E6 and FE. RGB value is (53,230,254). Sum of RGB (Red+Green+Blue) = 53+230+254=537 (71% of max value = 765). Red value is 53 (21.09% from 255 or 9.87% from 537); Green value is 230 (90.23% from 255 or 42.83% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #35E6FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35E6FE is #CA1901. Grayscale: #B3B3B3. Windows color (decimal): -13244674 or 16705077. OLE color: 16705077.

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

Color convert

RGB 53 230 254 -
CMYK 0.79 0.09 0 0.00
HSL 187.16º 0.99% 0.6% -
HSV(B) 187.16º 0.79% 1% -
XYZ 47.65 64.51 103.71 -
YUV 179.81 169.86 37.55 -
System Red Green Blue C M Y K H S L
Decimal 53 230 254 0.79 0.09 0 0.00 187.16 0.99 0.6
Hex 35 E6 FE 4F 9 0 0 BB 63 3C
Octal 65 346 376 117 11 0 0 273 143 74
Binary 110101 11100110 11111110 1001111 1001 0 0 10111011 1100011 111100

Color Harmonies of #35E6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E6FE

Black with #35E6FE

Text Example


Text Example

White with #35E6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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