Html Css Color HEX #46CFDE Medium Turquoise

📋 copy color: '#46CFDE'

red 70 ◦ green 207 ◦ blue 222

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

Shades of Medium Turquoise #46CFDE

Tints of Medium Turquoise #46CFDE

RGB

 RED value IS 70 (27.73% from 255) = 14.03%

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

 BLUE value IS 222 (87.11% from 255) = 44.49%

R = 14.03%
G = 41.48%
B = 44.49%

CMYK

 C value IS 0.68

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#46CFDE (or 0x46CFDE) is known color: Medium Turquoise. HEX triplet: 46, CF and DE. RGB value is (70,207,222). Sum of RGB (Red+Green+Blue) = 70+207+222=499 (66% of max value = 765). Red value is 70 (27.73% from 255 or 14.03% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #46CFDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CFDE is #B93021. Grayscale: #A7A7A7. Windows color (decimal): -12136482 or 14602054. OLE color: 14602054.

HSL color Cylindrical-coordinate representation of color #46CFDE: hue angle of 185.92º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46CFDE is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 207 222 -
CMYK 0.68 0.07 0 0.13
HSL 185.92º 0.7% 0.57% -
HSV(B) 185.92º 0.68% 0.87% -
XYZ 38.02 51.2 76.99 -
YUV 167.75 158.61 58.28 -
System Red Green Blue C M Y K H S L
Decimal 70 207 222 0.68 0.07 0 0.13 185.92 0.7 0.57
Hex 46 CF DE 44 7 0 D BA 46 39
Octal 106 317 336 104 7 0 15 272 106 71
Binary 1000110 11001111 11011110 1000100 111 0 1101 10111010 1000110 111001

Color Harmonies of #46CFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CFDE

Black with #46CFDE

Text Example


Text Example

White with #46CFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46CFDE; }

 p { color: rgb(70,207,222); }

 H1.HeaderClassName
 {
   color: #46CFDE;
 }
 .AnyTagClassName
 {
   color: #46CFDE;
 }
</style>

background-color css

<style>
 a { background-color: #46CFDE; }

 a { background-color: rgb(70,207,222); }

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

border-color css

<style>
 span { border-color: #46CFDE; }

 span { border-color: rgb(70,207,222); }

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