Html Css Color HEX #35E9FE Turquoise

📋 copy color: '#35E9FE'

red 53 ◦ green 233 ◦ blue 254

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

Shades of Turquoise #35E9FE

Tints of Turquoise #35E9FE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.15%

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

R = 9.81%
G = 43.15%
B = 47.04%

CMYK

 C value IS 0.79

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#35E9FE (or 0x35E9FE) is known color: Turquoise. HEX triplet: 35, E9 and FE. RGB value is (53,233,254). Sum of RGB (Red+Green+Blue) = 53+233+254=540 (71% of max value = 765). Red value is 53 (21.09% from 255 or 9.81% from 540); Green value is 233 (91.41% from 255 or 43.15% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #35E9FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35E9FE is #CA1601. Grayscale: #B5B5B5. Windows color (decimal): -13243906 or 16705845. OLE color: 16705845.

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

Color convert

RGB 53 233 254 -
CMYK 0.79 0.08 0 0.00
HSL 186.27º 0.99% 0.6% -
HSV(B) 186.27º 0.79% 1% -
XYZ 48.5 66.19 103.99 -
YUV 181.57 168.87 36.29 -
System Red Green Blue C M Y K H S L
Decimal 53 233 254 0.79 0.08 0 0.00 186.27 0.99 0.6
Hex 35 E9 FE 4F 8 0 0 BA 63 3C
Octal 65 351 376 117 10 0 0 272 143 74
Binary 110101 11101001 11111110 1001111 1000 0 0 10111010 1100011 111100

Color Harmonies of #35E9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E9FE

Black with #35E9FE

Text Example


Text Example

White with #35E9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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