Html Css Color HEX #64CACF Medium Turquoise

📋 copy color: '#64CACF'

red 100 ◦ green 202 ◦ blue 207

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

Shades of Medium Turquoise #64CACF

Tints of Medium Turquoise #64CACF

RGB

 RED value IS 100 (39.45% from 255) = 19.65%

 GREEN value IS 202 (79.3% from 255) = 39.69%

 BLUE value IS 207 (81.25% from 255) = 40.67%

R = 19.65%
G = 39.69%
B = 40.67%

CMYK

 C value IS 0.52

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#64CACF (or 0x64CACF) is known color: Medium Turquoise. HEX triplet: 64, CA and CF. RGB value is (100,202,207). Sum of RGB (Red+Green+Blue) = 100+202+207=509 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.65% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #64CACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CACF is #9B3530. Grayscale: #ABABAB. Windows color (decimal): -10171697 or 13617764. OLE color: 13617764.

HSL color Cylindrical-coordinate representation of color #64CACF: hue angle of 182.8º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64CACF is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 202 207 -
CMYK 0.52 0.02 0 0.19
HSL 182.8º 0.53% 0.6% -
HSV(B) 182.8º 0.52% 0.81% -
XYZ 37.64 49.46 66.59 -
YUV 172.07 147.71 76.59 -
System Red Green Blue C M Y K H S L
Decimal 100 202 207 0.52 0.02 0 0.19 182.8 0.53 0.6
Hex 64 CA CF 34 2 0 13 B7 35 3C
Octal 144 312 317 64 2 0 23 267 65 74
Binary 1100100 11001010 11001111 110100 10 0 10011 10110111 110101 111100

Color Harmonies of #64CACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CACF

Black with #64CACF

Text Example


Text Example

White with #64CACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64CACF; }

 p { color: rgb(100,202,207); }

 H1.HeaderClassName
 {
   color: #64CACF;
 }
 .AnyTagClassName
 {
   color: #64CACF;
 }
</style>

background-color css

<style>
 a { background-color: #64CACF; }

 a { background-color: rgb(100,202,207); }

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

border-color css

<style>
 span { border-color: #64CACF; }

 span { border-color: rgb(100,202,207); }

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