Html Css Color HEX #38FDD9 Turquoise

📋 copy color: '#38FDD9'

red 56 ◦ green 253 ◦ blue 217

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

Shades of Turquoise #38FDD9

Tints of Turquoise #38FDD9

RGB

 RED value IS 56 (22.27% from 255) = 10.65%

 GREEN value IS 253 (99.22% from 255) = 48.1%

 BLUE value IS 217 (85.16% from 255) = 41.25%

R = 10.65%
G = 48.1%
B = 41.25%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#38FDD9 (or 0x38FDD9) is known color: Turquoise. HEX triplet: 38, FD and D9. RGB value is (56,253,217). Sum of RGB (Red+Green+Blue) = 56+253+217=526 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.65% from 526); Green value is 253 (99.22% from 255 or 48.10% from 526); Blue value is 217 (85.16% from 255 or 41.25% from 526); Max value from RGB is 253 - color contains mainly: green. Hex color #38FDD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FDD9 is #C70226. Grayscale: #BDBDBD. Windows color (decimal): -13042215 or 14286136. OLE color: 14286136.

HSL color Cylindrical-coordinate representation of color #38FDD9: hue angle of 169.04º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FDD9 is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 56 253 217 -
CMYK 0.78 0 0.14 0.01
HSL 169.04º 0.98% 0.61% -
HSV(B) 169.04º 0.78% 0.99% -
XYZ 49.28 76.1 77.74 -
YUV 189.99 143.23 32.43 -
System Red Green Blue C M Y K H S L
Decimal 56 253 217 0.78 0 0.14 0.01 169.04 0.98 0.61
Hex 38 FD D9 4E 0 E 1 A9 62 3D
Octal 70 375 331 116 0 16 1 251 142 75
Binary 111000 11111101 11011001 1001110 0 1110 1 10101001 1100010 111101

Color Harmonies of #38FDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FDD9

Black with #38FDD9

Text Example


Text Example

White with #38FDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38FDD9; }

 p { color: rgb(56,253,217); }

 H1.HeaderClassName
 {
   color: #38FDD9;
 }
 .AnyTagClassName
 {
   color: #38FDD9;
 }
</style>

background-color css

<style>
 a { background-color: #38FDD9; }

 a { background-color: rgb(56,253,217); }

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

border-color css

<style>
 span { border-color: #38FDD9; }

 span { border-color: rgb(56,253,217); }

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