Html Css Color HEX #41DEDB Turquoise

📋 copy color: '#41DEDB'

red 65 ◦ green 222 ◦ blue 219

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

Shades of Turquoise #41DEDB

Tints of Turquoise #41DEDB

RGB

 RED value IS 65 (25.78% from 255) = 12.85%

 GREEN value IS 222 (87.11% from 255) = 43.87%

 BLUE value IS 219 (85.94% from 255) = 43.28%

R = 12.85%
G = 43.87%
B = 43.28%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#41DEDB (or 0x41DEDB) is known color: Turquoise. HEX triplet: 41, DE and DB. RGB value is (65,222,219). Sum of RGB (Red+Green+Blue) = 65+222+219=506 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.85% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 222 - color contains mainly: green. Hex color #41DEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DEDB is #BE2124. Grayscale: #AEAEAE. Windows color (decimal): -12460325 or 14409281. OLE color: 14409281.

HSL color Cylindrical-coordinate representation of color #41DEDB: hue angle of 178.85º degrees, saturation: 0.7, 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 #41DEDB is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 222 219 -
CMYK 0.71 0 0.01 0.13
HSL 178.85º 0.7% 0.56% -
HSV(B) 178.85º 0.71% 0.87% -
XYZ 41.09 58.48 76.14 -
YUV 174.72 152.99 49.74 -
System Red Green Blue C M Y K H S L
Decimal 65 222 219 0.71 0 0.01 0.13 178.85 0.7 0.56
Hex 41 DE DB 47 0 1 D B3 46 38
Octal 101 336 333 107 0 1 15 263 106 70
Binary 1000001 11011110 11011011 1000111 0 1 1101 10110011 1000110 111000

Color Harmonies of #41DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DEDB

Black with #41DEDB

Text Example


Text Example

White with #41DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41DEDB; }

 p { color: rgb(65,222,219); }

 H1.HeaderClassName
 {
   color: #41DEDB;
 }
 .AnyTagClassName
 {
   color: #41DEDB;
 }
</style>

background-color css

<style>
 a { background-color: #41DEDB; }

 a { background-color: rgb(65,222,219); }

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

border-color css

<style>
 span { border-color: #41DEDB; }

 span { border-color: rgb(65,222,219); }

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