Html Css Color HEX #35FFEE Turquoise

📋 copy color: '#35FFEE'

red 53 ◦ green 255 ◦ blue 238

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

Shades of Turquoise #35FFEE

Tints of Turquoise #35FFEE

RGB

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

 GREEN value IS 255 (100% from 255) = 46.7%

 BLUE value IS 238 (93.36% from 255) = 43.59%

R = 9.71%
G = 46.7%
B = 43.59%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#35FFEE (or 0x35FFEE) is known color: Turquoise. HEX triplet: 35, FF and EE. RGB value is (53,255,238). Sum of RGB (Red+Green+Blue) = 53+255+238=546 (72% of max value = 765). Red value is 53 (21.09% from 255 or 9.71% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #35FFEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35FFEE is #CA0011. Grayscale: #C0C0C0. Windows color (decimal): -13238290 or 15662901. OLE color: 15662901.

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

Color convert

RGB 53 255 238 -
CMYK 0.79 0 0.07 0
HSL 174.95º 1% 0.6% -
HSV(B) 174.95º 0.79% 1% -
XYZ 52.66 78.45 93.26 -
YUV 192.66 153.58 28.38 -
System Red Green Blue C M Y K H S L
Decimal 53 255 238 0.79 0 0.07 0 174.95 1 0.6
Hex 35 FF EE 4F 0 7 0 AF 64 3C
Octal 65 377 356 117 0 7 0 257 144 74
Binary 110101 11111111 11101110 1001111 0 111 0 10101111 1100100 111100

Color Harmonies of #35FFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35FFEE

Black with #35FFEE

Text Example


Text Example

White with #35FFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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