Html Css Color HEX #38FDD5 Turquoise

📋 copy color: '#38FDD5'

red 56 ◦ green 253 ◦ blue 213

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

Shades of Turquoise #38FDD5

Tints of Turquoise #38FDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.8%

R = 10.73%
G = 48.47%
B = 40.8%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#38FDD5 (or 0x38FDD5) is known color: Turquoise. HEX triplet: 38, FD and D5. RGB value is (56,253,213). Sum of RGB (Red+Green+Blue) = 56+253+213=522 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.73% from 522); Green value is 253 (99.22% from 255 or 48.47% from 522); Blue value is 213 (83.59% from 255 or 40.80% from 522); Max value from RGB is 253 - color contains mainly: green. Hex color #38FDD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FDD5 is #C7022A. Grayscale: #BDBDBD. Windows color (decimal): -13042219 or 14023992. OLE color: 14023992.

HSL color Cylindrical-coordinate representation of color #38FDD5: hue angle of 167.82º 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 #38FDD5 is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 56 253 213 -
CMYK 0.78 0 0.16 0.01
HSL 167.82º 0.98% 0.61% -
HSV(B) 167.82º 0.78% 0.99% -
XYZ 48.77 75.9 75.03 -
YUV 189.54 141.23 32.75 -
System Red Green Blue C M Y K H S L
Decimal 56 253 213 0.78 0 0.16 0.01 167.82 0.98 0.61
Hex 38 FD D5 4E 0 10 1 A8 62 3D
Octal 70 375 325 116 0 20 1 250 142 75
Binary 111000 11111101 11010101 1001110 0 10000 1 10101000 1100010 111101

Color Harmonies of #38FDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FDD5

Black with #38FDD5

Text Example


Text Example

White with #38FDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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