Html Css Color HEX #35E7DF Turquoise

📋 copy color: '#35E7DF'

red 53 ◦ green 231 ◦ blue 223

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

Shades of Turquoise #35E7DF

Tints of Turquoise #35E7DF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.56%

 BLUE value IS 223 (87.5% from 255) = 43.98%

R = 10.45%
G = 45.56%
B = 43.98%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#35E7DF (or 0x35E7DF) is known color: Turquoise. HEX triplet: 35, E7 and DF. RGB value is (53,231,223). Sum of RGB (Red+Green+Blue) = 53+231+223=507 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.45% from 507); Green value is 231 (90.62% from 255 or 45.56% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 231 - color contains mainly: green. Hex color #35E7DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35E7DF is #CA1820. Grayscale: #B0B0B0. Windows color (decimal): -13244449 or 14673717. OLE color: 14673717.

HSL color Cylindrical-coordinate representation of color #35E7DF: hue angle of 177.3º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E7DF is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 53 231 223 -
CMYK 0.77 0 0.03 0.09
HSL 177.3º 0.79% 0.56% -
HSV(B) 177.3º 0.77% 0.91% -
XYZ 43.36 63.24 79.73 -
YUV 176.87 154.03 39.65 -
System Red Green Blue C M Y K H S L
Decimal 53 231 223 0.77 0 0.03 0.09 177.3 0.79 0.56
Hex 35 E7 DF 4D 0 3 9 B1 4F 38
Octal 65 347 337 115 0 3 11 261 117 70
Binary 110101 11100111 11011111 1001101 0 11 1001 10110001 1001111 111000

Color Harmonies of #35E7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E7DF

Black with #35E7DF

Text Example


Text Example

White with #35E7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,231,223); }

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

background-color css

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

 a { background-color: rgb(53,231,223); }

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

border-color css

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

 span { border-color: rgb(53,231,223); }

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