Html Css Color HEX #40CADF Medium Turquoise

📋 copy color: '#40CADF'

red 64 ◦ green 202 ◦ blue 223

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

Shades of Medium Turquoise #40CADF

Tints of Medium Turquoise #40CADF

RGB

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

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

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

R = 13.09%
G = 41.31%
B = 45.6%

CMYK

 C value IS 0.71

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#40CADF (or 0x40CADF) is known color: Medium Turquoise. HEX triplet: 40, CA and DF. RGB value is (64,202,223). Sum of RGB (Red+Green+Blue) = 64+202+223=489 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.09% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #40CADF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CADF is #BF3520. Grayscale: #A2A2A2. Windows color (decimal): -12530977 or 14666304. OLE color: 14666304.

HSL color Cylindrical-coordinate representation of color #40CADF: hue angle of 187.92º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40CADF is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 202 223 -
CMYK 0.71 0.09 0 0.13
HSL 187.92º 0.71% 0.56% -
HSV(B) 187.92º 0.71% 0.87% -
XYZ 36.55 48.66 77.28 -
YUV 163.13 161.78 57.29 -
System Red Green Blue C M Y K H S L
Decimal 64 202 223 0.71 0.09 0 0.13 187.92 0.71 0.56
Hex 40 CA DF 47 9 0 D BC 47 38
Octal 100 312 337 107 11 0 15 274 107 70
Binary 1000000 11001010 11011111 1000111 1001 0 1101 10111100 1000111 111000

Color Harmonies of #40CADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CADF

Black with #40CADF

Text Example


Text Example

White with #40CADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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