Html Css Color HEX #40CFEA Medium Turquoise

📋 copy color: '#40CFEA'

red 64 ◦ green 207 ◦ blue 234

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

Shades of Medium Turquoise #40CFEA

Tints of Medium Turquoise #40CFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.34%

R = 12.67%
G = 40.99%
B = 46.34%

CMYK

 C value IS 0.73

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#40CFEA (or 0x40CFEA) is known color: Medium Turquoise. HEX triplet: 40, CF and EA. RGB value is (64,207,234). Sum of RGB (Red+Green+Blue) = 64+207+234=505 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.67% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #40CFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CFEA is #BF3015. Grayscale: #A7A7A7. Windows color (decimal): -12529686 or 15388480. OLE color: 15388480.

HSL color Cylindrical-coordinate representation of color #40CFEA: hue angle of 189.53º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40CFEA is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 207 234 -
CMYK 0.73 0.12 0 0.08
HSL 189.53º 0.8% 0.58% -
HSV(B) 189.53º 0.73% 0.92% -
XYZ 39.28 51.66 85.74 -
YUV 167.32 165.62 54.3 -
System Red Green Blue C M Y K H S L
Decimal 64 207 234 0.73 0.12 0 0.08 189.53 0.8 0.58
Hex 40 CF EA 49 C 0 8 BE 50 3A
Octal 100 317 352 111 14 0 10 276 120 72
Binary 1000000 11001111 11101010 1001001 1100 0 1000 10111110 1010000 111010

Color Harmonies of #40CFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CFEA

Black with #40CFEA

Text Example


Text Example

White with #40CFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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