Html Css Color HEX #38FDC7 Turquoise

📋 copy color: '#38FDC7'

red 56 ◦ green 253 ◦ blue 199

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

Shades of Turquoise #38FDC7

Tints of Turquoise #38FDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.17%

R = 11.02%
G = 49.8%
B = 39.17%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#38FDC7 (or 0x38FDC7) is known color: Turquoise. HEX triplet: 38, FD and C7. RGB value is (56,253,199). Sum of RGB (Red+Green+Blue) = 56+253+199=508 (67% of max value = 765). Red value is 56 (22.27% from 255 or 11.02% from 508); Green value is 253 (99.22% from 255 or 49.80% from 508); Blue value is 199 (78.12% from 255 or 39.17% from 508); Max value from RGB is 253 - color contains mainly: green. Hex color #38FDC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FDC7 is #C70238. Grayscale: #BBBBBB. Windows color (decimal): -13042233 or 13106488. OLE color: 13106488.

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

Color convert

RGB 56 253 199 -
CMYK 0.78 0 0.21 0.01
HSL 163.55º 0.98% 0.61% -
HSV(B) 163.55º 0.78% 0.99% -
XYZ 47.06 75.21 66.07 -
YUV 187.94 134.23 33.89 -
System Red Green Blue C M Y K H S L
Decimal 56 253 199 0.78 0 0.21 0.01 163.55 0.98 0.61
Hex 38 FD C7 4E 0 15 1 A4 62 3D
Octal 70 375 307 116 0 25 1 244 142 75
Binary 111000 11111101 11000111 1001110 0 10101 1 10100100 1100010 111101

Color Harmonies of #38FDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FDC7

Black with #38FDC7

Text Example


Text Example

White with #38FDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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