Html Css Color HEX #35E6FF Turquoise

📋 copy color: '#35E6FF'

red 53 ◦ green 230 ◦ blue 255

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

Shades of Turquoise #35E6FF

Tints of Turquoise #35E6FF

RGB

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

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

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

R = 9.85%
G = 42.75%
B = 47.4%

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

#35E6FF (or 0x35E6FF) is known color: Turquoise. HEX triplet: 35, E6 and FF. RGB value is (53,230,255). Sum of RGB (Red+Green+Blue) = 53+230+255=538 (71% of max value = 765). Red value is 53 (21.09% from 255 or 9.85% from 538); Green value is 230 (90.23% from 255 or 42.75% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #35E6FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35E6FF is #CA1900. Grayscale: #B3B3B3. Windows color (decimal): -13244673 or 16770613. OLE color: 16770613.

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

Color convert

RGB 53 230 255 -
CMYK 0.79 0.10 0 0
HSL 187.43º 1% 0.6% -
HSV(B) 187.43º 0.79% 1% -
XYZ 47.82 64.57 104.55 -
YUV 179.93 170.36 37.47 -
System Red Green Blue C M Y K H S L
Decimal 53 230 255 0.79 0.10 0 0 187.43 1 0.6
Hex 35 E6 FF 4F A 0 0 BB 64 3C
Octal 65 346 377 117 12 0 0 273 144 74
Binary 110101 11100110 11111111 1001111 1010 0 0 10111011 1100100 111100

Color Harmonies of #35E6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E6FF

Black with #35E6FF

Text Example


Text Example

White with #35E6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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