Html Css Color HEX #41DFFD Turquoise Blue

📋 copy color: '#41DFFD'

red 65 ◦ green 223 ◦ blue 253

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

Shades of Turquoise Blue #41DFFD

Tints of Turquoise Blue #41DFFD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.22%

 BLUE value IS 253 (99.22% from 255) = 46.77%

R = 12.01%
G = 41.22%
B = 46.77%

CMYK

 C value IS 0.74

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#41DFFD (or 0x41DFFD) is known color: Turquoise Blue. HEX triplet: 41, DF and FD. RGB value is (65,223,253). Sum of RGB (Red+Green+Blue) = 65+223+253=541 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.01% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #41DFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DFFD is #BE2002. Grayscale: #B2B2B2. Windows color (decimal): -12460035 or 16637761. OLE color: 16637761.

HSL color Cylindrical-coordinate representation of color #41DFFD: hue angle of 189.57º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41DFFD is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 65 223 253 -
CMYK 0.74 0.12 0 0.01
HSL 189.57º 0.98% 0.62% -
HSV(B) 189.57º 0.74% 0.99% -
XYZ 46.3 60.99 102.26 -
YUV 179.18 169.65 46.56 -
System Red Green Blue C M Y K H S L
Decimal 65 223 253 0.74 0.12 0 0.01 189.57 0.98 0.62
Hex 41 DF FD 4A C 0 1 BE 62 3E
Octal 101 337 375 112 14 0 1 276 142 76
Binary 1000001 11011111 11111101 1001010 1100 0 1 10111110 1100010 111110

Color Harmonies of #41DFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DFFD

Black with #41DFFD

Text Example


Text Example

White with #41DFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,223,253); }

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

background-color css

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

 a { background-color: rgb(65,223,253); }

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

border-color css

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

 span { border-color: rgb(65,223,253); }

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