Html Css Color HEX #35E8FF Turquoise

📋 copy color: '#35E8FF'

red 53 ◦ green 232 ◦ blue 255

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

Shades of Turquoise #35E8FF

Tints of Turquoise #35E8FF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 42.96%

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

R = 9.81%
G = 42.96%
B = 47.22%

CMYK

 C value IS 0.79

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#35E8FF (or 0x35E8FF) is known color: Turquoise. HEX triplet: 35, E8 and FF. RGB value is (53,232,255). Sum of RGB (Red+Green+Blue) = 53+232+255=540 (71% of max value = 765). Red value is 53 (21.09% from 255 or 9.81% from 540); Green value is 232 (91.02% from 255 or 42.96% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #35E8FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35E8FF is #CA1700. Grayscale: #B4B4B4. Windows color (decimal): -13244161 or 16771125. OLE color: 16771125.

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

Color convert

RGB 53 232 255 -
CMYK 0.79 0.09 0 0
HSL 186.83º 1% 0.6% -
HSV(B) 186.83º 0.79% 1% -
XYZ 48.37 65.69 104.74 -
YUV 181.1 169.7 36.63 -
System Red Green Blue C M Y K H S L
Decimal 53 232 255 0.79 0.09 0 0 186.83 1 0.6
Hex 35 E8 FF 4F 9 0 0 BB 64 3C
Octal 65 350 377 117 11 0 0 273 144 74
Binary 110101 11101000 11111111 1001111 1001 0 0 10111011 1100100 111100

Color Harmonies of #35E8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E8FF

Black with #35E8FF

Text Example


Text Example

White with #35E8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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