Html Css Color HEX #35CFB8 Medium Turquoise

📋 copy color: '#35CFB8'

red 53 ◦ green 207 ◦ blue 184

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

Shades of Medium Turquoise #35CFB8

Tints of Medium Turquoise #35CFB8

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.62%

 BLUE value IS 184 (72.27% from 255) = 41.44%

R = 11.94%
G = 46.62%
B = 41.44%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#35CFB8 (or 0x35CFB8) is known color: Medium Turquoise. HEX triplet: 35, CF and B8. RGB value is (53,207,184). Sum of RGB (Red+Green+Blue) = 53+207+184=444 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.94% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 184 (72.27% from 255 or 41.44% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #35CFB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CFB8 is #CA3047. Grayscale: #9E9E9E. Windows color (decimal): -13250632 or 12111669. OLE color: 12111669.

HSL color Cylindrical-coordinate representation of color #35CFB8: hue angle of 171.04º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CFB8 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 207 184 -
CMYK 0.74 0 0.11 0.19
HSL 171.04º 0.62% 0.51% -
HSV(B) 171.04º 0.74% 0.81% -
XYZ 32.43 48.84 53.07 -
YUV 158.33 142.48 52.87 -
System Red Green Blue C M Y K H S L
Decimal 53 207 184 0.74 0 0.11 0.19 171.04 0.62 0.51
Hex 35 CF B8 4A 0 B 13 AB 3E 33
Octal 65 317 270 112 0 13 23 253 76 63
Binary 110101 11001111 10111000 1001010 0 1011 10011 10101011 111110 110011

Color Harmonies of #35CFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35CFB8

Black with #35CFB8

Text Example


Text Example

White with #35CFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,207,184); }

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

background-color css

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

 a { background-color: rgb(53,207,184); }

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

border-color css

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

 span { border-color: rgb(53,207,184); }

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