Html Css Color HEX #40CFCA Medium Turquoise

📋 copy color: '#40CFCA'

red 64 ◦ green 207 ◦ blue 202

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

Shades of Medium Turquoise #40CFCA

Tints of Medium Turquoise #40CFCA

RGB

 RED value IS 64 (25.39% from 255) = 13.53%

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

 BLUE value IS 202 (79.3% from 255) = 42.71%

R = 13.53%
G = 43.76%
B = 42.71%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#40CFCA (or 0x40CFCA) is known color: Medium Turquoise. HEX triplet: 40, CF and CA. RGB value is (64,207,202). Sum of RGB (Red+Green+Blue) = 64+207+202=473 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.53% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #40CFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CFCA is #BF3035. Grayscale: #A3A3A3. Windows color (decimal): -12529718 or 13291328. OLE color: 13291328.

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

Color convert

RGB 64 207 202 -
CMYK 0.69 0 0.02 0.19
HSL 177.9º 0.6% 0.53% -
HSV(B) 177.9º 0.69% 0.81% -
XYZ 35.09 49.98 63.67 -
YUV 163.67 149.62 56.91 -
System Red Green Blue C M Y K H S L
Decimal 64 207 202 0.69 0 0.02 0.19 177.9 0.6 0.53
Hex 40 CF CA 45 0 2 13 B2 3C 35
Octal 100 317 312 105 0 2 23 262 74 65
Binary 1000000 11001111 11001010 1000101 0 10 10011 10110010 111100 110101

Color Harmonies of #40CFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CFCA

Black with #40CFCA

Text Example


Text Example

White with #40CFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40CFCA; }

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

 H1.HeaderClassName
 {
   color: #40CFCA;
 }
 .AnyTagClassName
 {
   color: #40CFCA;
 }
</style>

background-color css

<style>
 a { background-color: #40CFCA; }

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

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

border-color css

<style>
 span { border-color: #40CFCA; }

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

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