Html Css Color HEX #41D0EA Medium Turquoise

📋 copy color: '#41D0EA'

red 65 ◦ green 208 ◦ blue 234

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

Shades of Medium Turquoise #41D0EA

Tints of Medium Turquoise #41D0EA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.03%

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

R = 12.82%
G = 41.03%
B = 46.15%

CMYK

 C value IS 0.72

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#41D0EA (or 0x41D0EA) is known color: Medium Turquoise. HEX triplet: 41, D0 and EA. RGB value is (65,208,234). Sum of RGB (Red+Green+Blue) = 65+208+234=507 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.82% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #41D0EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41D0EA is #BE2F15. Grayscale: #A7A7A7. Windows color (decimal): -12463894 or 15388737. OLE color: 15388737.

HSL color Cylindrical-coordinate representation of color #41D0EA: hue angle of 189.23º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41D0EA is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 65 208 234 -
CMYK 0.72 0.11 0 0.08
HSL 189.23º 0.8% 0.59% -
HSV(B) 189.23º 0.72% 0.92% -
XYZ 39.59 52.18 85.83 -
YUV 168.21 165.12 54.39 -
System Red Green Blue C M Y K H S L
Decimal 65 208 234 0.72 0.11 0 0.08 189.23 0.8 0.59
Hex 41 D0 EA 48 B 0 8 BD 50 3B
Octal 101 320 352 110 13 0 10 275 120 73
Binary 1000001 11010000 11101010 1001000 1011 0 1000 10111101 1010000 111011

Color Harmonies of #41D0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D0EA

Black with #41D0EA

Text Example


Text Example

White with #41D0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,208,234); }

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

background-color css

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

 a { background-color: rgb(65,208,234); }

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

border-color css

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

 span { border-color: rgb(65,208,234); }

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